| Package | Description |
|---|---|
| software.amazon.awscdk.services.codedeploy |
AWS CodeDeploy Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoRollbackConfig.Jsii$Proxy
An implementation for
AutoRollbackConfig |
| Modifier and Type | Method and Description |
|---|---|
AutoRollbackConfig |
AutoRollbackConfig.Builder.build()
Builds the configured instance.
|
default AutoRollbackConfig |
LambdaDeploymentGroupProps.getAutoRollback()
(experimental) The auto-rollback configuration for this Deployment Group.
|
AutoRollbackConfig |
LambdaDeploymentGroupProps.Jsii$Proxy.getAutoRollback() |
default AutoRollbackConfig |
ServerDeploymentGroupProps.getAutoRollback()
(experimental) The auto-rollback configuration for this Deployment Group.
|
AutoRollbackConfig |
ServerDeploymentGroupProps.Jsii$Proxy.getAutoRollback() |
| Modifier and Type | Method and Description |
|---|---|
LambdaDeploymentGroup.Builder |
LambdaDeploymentGroup.Builder.autoRollback(AutoRollbackConfig autoRollback)
(experimental) The auto-rollback configuration for this Deployment Group.
|
LambdaDeploymentGroupProps.Builder |
LambdaDeploymentGroupProps.Builder.autoRollback(AutoRollbackConfig autoRollback)
Sets the value of
LambdaDeploymentGroupProps.getAutoRollback() |
ServerDeploymentGroupProps.Builder |
ServerDeploymentGroupProps.Builder.autoRollback(AutoRollbackConfig autoRollback)
Sets the value of
ServerDeploymentGroupProps.getAutoRollback() |
ServerDeploymentGroup.Builder |
ServerDeploymentGroup.Builder.autoRollback(AutoRollbackConfig autoRollback)
(experimental) The auto-rollback configuration for this Deployment Group.
|
| Constructor and Description |
|---|
Jsii$Proxy(Alias alias,
List<? extends IAlarm> alarms,
ILambdaApplication application,
AutoRollbackConfig autoRollback,
ILambdaDeploymentConfig deploymentConfig,
String deploymentGroupName,
Boolean ignorePollAlarmsFailure,
IFunction postHook,
IFunction preHook,
IRole role)
Constructor that initializes the object based on literal property values passed by the
LambdaDeploymentGroupProps.Builder. |
Jsii$Proxy(List<? extends IAlarm> alarms,
IServerApplication application,
AutoRollbackConfig autoRollback,
List<? extends IAutoScalingGroup> autoScalingGroups,
IServerDeploymentConfig deploymentConfig,
String deploymentGroupName,
InstanceTagSet ec2InstanceTags,
Boolean ignorePollAlarmsFailure,
Boolean installAgent,
LoadBalancer loadBalancer,
InstanceTagSet onPremiseInstanceTags,
IRole role)
Constructor that initializes the object based on literal property values passed by the
ServerDeploymentGroupProps.Builder. |
Copyright © 2021. All rights reserved.