@Generated(value="jsii-pacmak/0.19.0 (build 7c562bc)", date="2019-10-15T12:37:28.460Z") @Stability(value=Stable) public interface LambdaDeploymentGroupProps extends software.amazon.jsii.JsiiSerializable
LambdaDeploymentGroup.| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaDeploymentGroupProps.Builder
A builder for
LambdaDeploymentGroupProps |
static class |
LambdaDeploymentGroupProps.Jsii$Proxy
An implementation for
LambdaDeploymentGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static LambdaDeploymentGroupProps.Builder |
builder() |
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.
|
@Stability(value=Stable) software.amazon.awscdk.services.lambda.Alias getAlias()
@Stability(value=Stable) List<software.amazon.awscdk.services.cloudwatch.IAlarm> getAlarms()
#addAlarm method.
Default: []https://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-create-alarms.html@Stability(value=Stable) ILambdaApplication getApplication()
@Stability(value=Stable) AutoRollbackConfig getAutoRollback()
@Stability(value=Stable) ILambdaDeploymentConfig getDeploymentConfig()
@Stability(value=Stable) String getDeploymentGroupName()
@Stability(value=Stable) Boolean getIgnorePollAlarmsFailure()
@Stability(value=Stable) software.amazon.awscdk.services.lambda.IFunction getPostHook()
@Stability(value=Stable) software.amazon.awscdk.services.lambda.IFunction getPreHook()
@Stability(value=Stable) software.amazon.awscdk.services.iam.IRole getRole()
@Stability(value=Stable) static LambdaDeploymentGroupProps.Builder builder()
LambdaDeploymentGroupProps.Builder of LambdaDeploymentGroupPropsCopyright © 2019. All rights reserved.