@Stability(value=Stable) public static final class LambdaDeploymentGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaDeploymentGroupProps
LambdaDeploymentGroupPropssoftware.amazon.jsii.JsiiObject.InitializationModeLambdaDeploymentGroupProps.Builder, LambdaDeploymentGroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<software.amazon.awscdk.services.cloudwatch.IAlarm> |
getAlarms()
The CloudWatch alarms associated with this Deployment Group.
|
software.amazon.awscdk.services.lambda.Alias |
getAlias()
Lambda Alias to shift traffic.
|
ILambdaApplication |
getApplication()
The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
AutoRollbackConfig |
getAutoRollback()
The auto-rollback configuration for this Deployment Group.
|
ILambdaDeploymentConfig |
getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.
|
String |
getDeploymentGroupName()
The physical, human-readable name of the CodeDeploy Deployment Group.
|
Boolean |
getIgnorePollAlarmsFailure()
Whether to continue a deployment even if fetching the alarm status from CloudWatch failed.
|
software.amazon.awscdk.services.lambda.IFunction |
getPostHook()
The Lambda function to run after traffic routing starts.
|
software.amazon.awscdk.services.lambda.IFunction |
getPreHook()
The Lambda function to run before traffic routing starts.
|
software.amazon.awscdk.services.iam.IRole |
getRole()
The service Role of this Deployment Group.
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRefclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public software.amazon.awscdk.services.lambda.Alias getAlias()
LambdaDeploymentGroupPropsgetAlias in interface LambdaDeploymentGroupPropspublic List<software.amazon.awscdk.services.cloudwatch.IAlarm> getAlarms()
LambdaDeploymentGroupProps#addAlarm method.
Default: []getAlarms in interface LambdaDeploymentGroupPropshttps://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-create-alarms.htmlpublic ILambdaApplication getApplication()
LambdaDeploymentGroupPropsgetApplication in interface LambdaDeploymentGroupPropspublic AutoRollbackConfig getAutoRollback()
LambdaDeploymentGroupPropsgetAutoRollback in interface LambdaDeploymentGroupPropspublic ILambdaDeploymentConfig getDeploymentConfig()
LambdaDeploymentGroupPropsgetDeploymentConfig in interface LambdaDeploymentGroupPropspublic String getDeploymentGroupName()
LambdaDeploymentGroupPropsgetDeploymentGroupName in interface LambdaDeploymentGroupPropspublic Boolean getIgnorePollAlarmsFailure()
LambdaDeploymentGroupPropsgetIgnorePollAlarmsFailure in interface LambdaDeploymentGroupPropspublic software.amazon.awscdk.services.lambda.IFunction getPostHook()
LambdaDeploymentGroupPropsgetPostHook in interface LambdaDeploymentGroupPropspublic software.amazon.awscdk.services.lambda.IFunction getPreHook()
LambdaDeploymentGroupPropsgetPreHook in interface LambdaDeploymentGroupPropspublic software.amazon.awscdk.services.iam.IRole getRole()
LambdaDeploymentGroupPropsgetRole in interface LambdaDeploymentGroupPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.