Class CfnPlan.EcsCapacityIncreaseConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.arcregionswitch.CfnPlan.EcsCapacityIncreaseConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlan.EcsCapacityIncreaseConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlan.EcsCapacityIncreaseConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnPlan.EcsCapacityIncreaseConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlan.EcsCapacityIncreaseConfigurationProperty
An implementation for
CfnPlan.EcsCapacityIncreaseConfigurationProperty-
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.services.arcregionswitch.CfnPlan.EcsCapacityIncreaseConfigurationProperty
CfnPlan.EcsCapacityIncreaseConfigurationProperty.Builder, CfnPlan.EcsCapacityIncreaseConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPlan.EcsCapacityIncreaseConfigurationProperty.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 booleanfinal StringThe monitoring approach specified for the configuration, for example,Most_Recent.final ObjectThe services specified for the configuration.final NumberThe target percentage specified for the configuration.final NumberThe timeout value specified for the configuration.final ObjectThe settings for ungraceful execution.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 theCfnPlan.EcsCapacityIncreaseConfigurationProperty.Builder.
-
-
Method Details
-
getServices
Description copied from interface:CfnPlan.EcsCapacityIncreaseConfigurationPropertyThe services specified for the configuration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPlan.ServiceProperty>- Specified by:
getServicesin interfaceCfnPlan.EcsCapacityIncreaseConfigurationProperty- See Also:
-
getCapacityMonitoringApproach
Description copied from interface:CfnPlan.EcsCapacityIncreaseConfigurationPropertyThe monitoring approach specified for the configuration, for example,Most_Recent.- Specified by:
getCapacityMonitoringApproachin interfaceCfnPlan.EcsCapacityIncreaseConfigurationProperty- See Also:
-
getTargetPercent
Description copied from interface:CfnPlan.EcsCapacityIncreaseConfigurationPropertyThe target percentage specified for the configuration.Default: - 100
- Specified by:
getTargetPercentin interfaceCfnPlan.EcsCapacityIncreaseConfigurationProperty- See Also:
-
getTimeoutMinutes
Description copied from interface:CfnPlan.EcsCapacityIncreaseConfigurationPropertyThe timeout value specified for the configuration.Default: - 60
- Specified by:
getTimeoutMinutesin interfaceCfnPlan.EcsCapacityIncreaseConfigurationProperty- See Also:
-
getUngraceful
Description copied from interface:CfnPlan.EcsCapacityIncreaseConfigurationPropertyThe settings for ungraceful execution.Returns union: either
IResolvableorCfnPlan.EcsUngracefulProperty- Specified by:
getUngracefulin interfaceCfnPlan.EcsCapacityIncreaseConfigurationProperty- 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()
-