@Generated(value="jsii-pacmak/0.20.2 (build faba0be)", date="2019-11-11T17:18:01.371Z") @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() |
default List<IAlarm> |
getAlarms()
The CloudWatch alarms associated with this Deployment Group.
|
Alias |
getAlias()
Lambda Alias to shift traffic.
|
default ILambdaApplication |
getApplication()
The reference to the CodeDeploy Lambda Application that this Deployment Group belongs to.
|
default AutoRollbackConfig |
getAutoRollback()
The auto-rollback configuration for this Deployment Group.
|
default ILambdaDeploymentConfig |
getDeploymentConfig()
The Deployment Configuration this Deployment Group uses.
|
default String |
getDeploymentGroupName()
The physical, human-readable name of the CodeDeploy Deployment Group.
|
default Boolean |
getIgnorePollAlarmsFailure()
Whether to continue a deployment even if fetching the alarm status from CloudWatch failed.
|
default IFunction |
getPostHook()
The Lambda function to run after traffic routing starts.
|
default IFunction |
getPreHook()
The Lambda function to run before traffic routing starts.
|
default IRole |
getRole()
The service Role of this Deployment Group.
|
@Stability(value=Stable) Alias getAlias()
@Stability(value=Stable) default List<IAlarm> getAlarms()
#addAlarm method.
Default: []https://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-create-alarms.html@Stability(value=Stable) default ILambdaApplication getApplication()
@Stability(value=Stable) default AutoRollbackConfig getAutoRollback()
@Stability(value=Stable) default ILambdaDeploymentConfig getDeploymentConfig()
@Stability(value=Stable) default String getDeploymentGroupName()
@Stability(value=Stable) default Boolean getIgnorePollAlarmsFailure()
@Stability(value=Stable) default IFunction getPostHook()
@Stability(value=Stable) default IFunction getPreHook()
@Stability(value=Stable) default IRole getRole()
@Stability(value=Stable) static LambdaDeploymentGroupProps.Builder builder()
LambdaDeploymentGroupProps.Builder of LambdaDeploymentGroupPropsCopyright © 2019. All rights reserved.