Uses of Interface
software.amazon.awscdk.services.codedeploy.AutoRollbackConfig
-
Uses of AutoRollbackConfig in software.amazon.awscdk.services.codedeploy
Modifier and TypeMethodDescriptionAutoRollbackConfig.Builder.build()
Builds the configured instance.default AutoRollbackConfig
EcsDeploymentGroupProps.getAutoRollback()
The auto-rollback configuration for this Deployment Group.final AutoRollbackConfig
EcsDeploymentGroupProps.Jsii$Proxy.getAutoRollback()
default AutoRollbackConfig
LambdaDeploymentGroupProps.getAutoRollback()
The auto-rollback configuration for this Deployment Group.final AutoRollbackConfig
LambdaDeploymentGroupProps.Jsii$Proxy.getAutoRollback()
default AutoRollbackConfig
ServerDeploymentGroupProps.getAutoRollback()
The auto-rollback configuration for this Deployment Group.final AutoRollbackConfig
ServerDeploymentGroupProps.Jsii$Proxy.getAutoRollback()
Modifier and TypeMethodDescriptionEcsDeploymentGroup.Builder.autoRollback
(AutoRollbackConfig autoRollback) The auto-rollback configuration for this Deployment Group.EcsDeploymentGroupProps.Builder.autoRollback
(AutoRollbackConfig autoRollback) Sets the value ofEcsDeploymentGroupProps.getAutoRollback()
LambdaDeploymentGroup.Builder.autoRollback
(AutoRollbackConfig autoRollback) The auto-rollback configuration for this Deployment Group.LambdaDeploymentGroupProps.Builder.autoRollback
(AutoRollbackConfig autoRollback) Sets the value ofLambdaDeploymentGroupProps.getAutoRollback()
ServerDeploymentGroup.Builder.autoRollback
(AutoRollbackConfig autoRollback) The auto-rollback configuration for this Deployment Group.ServerDeploymentGroupProps.Builder.autoRollback
(AutoRollbackConfig autoRollback) Sets the value ofServerDeploymentGroupProps.getAutoRollback()