Class CfnServicePropsMixin.DeploymentAlarmsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnServicePropsMixin.DeploymentAlarmsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServicePropsMixin.DeploymentAlarmsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServicePropsMixin.DeploymentAlarmsProperty
@Stability(Stable)
@Internal
public static final class CfnServicePropsMixin.DeploymentAlarmsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServicePropsMixin.DeploymentAlarmsProperty
An implementation for
CfnServicePropsMixin.DeploymentAlarmsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnServicePropsMixin.DeploymentAlarmsProperty
CfnServicePropsMixin.DeploymentAlarmsProperty.Builder, CfnServicePropsMixin.DeploymentAlarmsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServicePropsMixin.DeploymentAlarmsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanOne or more CloudWatch alarm names.final ObjectDetermines whether to use the CloudWatch alarm option in the service deployment process.final ObjectDetermines whether to configure Amazon ECS to roll back the service if a service deployment fails.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnServicePropsMixin.DeploymentAlarmsProperty.Builder.
-
-
Method Details
-
getAlarmNames
Description copied from interface:CfnServicePropsMixin.DeploymentAlarmsPropertyOne or more CloudWatch alarm names.Use a "," to separate the alarms.
Returns union: Listinvalid input: '<'either
StringorIAlarmRef>- Specified by:
getAlarmNamesin interfaceCfnServicePropsMixin.DeploymentAlarmsProperty- See Also:
-
getEnable
Description copied from interface:CfnServicePropsMixin.DeploymentAlarmsPropertyDetermines whether to use the CloudWatch alarm option in the service deployment process.Returns union: either
BooleanorIResolvable- Specified by:
getEnablein interfaceCfnServicePropsMixin.DeploymentAlarmsProperty- See Also:
-
getRollback
Description copied from interface:CfnServicePropsMixin.DeploymentAlarmsPropertyDetermines whether to configure Amazon ECS to roll back the service if a service deployment fails.If rollback is used, when a service deployment fails, the service is rolled back to the last deployment that completed successfully.
Returns union: either
BooleanorIResolvable- Specified by:
getRollbackin interfaceCfnServicePropsMixin.DeploymentAlarmsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-