Uses of Enum
software.amazon.awscdk.services.ecs.AlarmBehavior
Packages that use AlarmBehavior
-
Uses of AlarmBehavior in software.amazon.awscdk.services.ecs
Subclasses with type arguments of type AlarmBehavior in software.amazon.awscdk.services.ecsModifier and TypeClassDescriptionenum
Deployment behavior when an ECS Service Deployment Alarm is triggered.Methods in software.amazon.awscdk.services.ecs that return AlarmBehaviorModifier and TypeMethodDescriptionfinal AlarmBehavior
DeploymentAlarmConfig.Jsii$Proxy.getBehavior()
default AlarmBehavior
DeploymentAlarmOptions.getBehavior()
Default rollback on alarm.final AlarmBehavior
DeploymentAlarmOptions.Jsii$Proxy.getBehavior()
static AlarmBehavior
Returns the enum constant of this type with the specified name.static AlarmBehavior[]
AlarmBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ecs with parameters of type AlarmBehaviorModifier and TypeMethodDescriptionDeploymentAlarmConfig.Builder.behavior
(AlarmBehavior behavior) Sets the value ofDeploymentAlarmOptions.getBehavior()
DeploymentAlarmOptions.Builder.behavior
(AlarmBehavior behavior) Sets the value ofDeploymentAlarmOptions.getBehavior()