public static final class LambdaDeploymentGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaDeploymentGroupProps
software.amazon.jsii.JsiiObject.InitializationModeLambdaDeploymentGroupProps.Builder, LambdaDeploymentGroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public software.amazon.awscdk.services.lambda.Alias getAlias()
getAlias in interface LambdaDeploymentGroupProps@Stability(value=Experimental) @Nullable public List<software.amazon.awscdk.services.cloudwatch.IAlarm> getAlarms()
#addAlarm method.
Default: []
EXPERIMENTALgetAlarms in interface LambdaDeploymentGroupPropshttps://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-create-alarms.html@Stability(value=Experimental) @Nullable public ILambdaApplication getApplication()
getApplication in interface LambdaDeploymentGroupProps@Stability(value=Experimental) @Nullable public AutoRollbackConfig getAutoRollback()
getAutoRollback in interface LambdaDeploymentGroupProps@Stability(value=Experimental) @Nullable public ILambdaDeploymentConfig getDeploymentConfig()
getDeploymentConfig in interface LambdaDeploymentGroupProps@Stability(value=Experimental) @Nullable public String getDeploymentGroupName()
getDeploymentGroupName in interface LambdaDeploymentGroupProps@Stability(value=Experimental) @Nullable public Boolean getIgnorePollAlarmsFailure()
getIgnorePollAlarmsFailure in interface LambdaDeploymentGroupProps@Stability(value=Experimental) @Nullable public software.amazon.awscdk.services.lambda.IFunction getPostHook()
getPostHook in interface LambdaDeploymentGroupProps@Stability(value=Experimental) @Nullable public software.amazon.awscdk.services.lambda.IFunction getPreHook()
getPreHook in interface LambdaDeploymentGroupProps@Stability(value=Experimental) @Nullable public software.amazon.awscdk.services.iam.IRole getRole()
getRole in interface LambdaDeploymentGroupPropsCopyright © 2019. All rights reserved.