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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.arcregionswitch.CfnPlan.EcsCapacityIncreaseConfigurationProperty
CfnPlan.EcsCapacityIncreaseConfigurationProperty.Builder, CfnPlan.EcsCapacityIncreaseConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPlan.EcsCapacityIncreaseConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The monitoring approach specified for the configuration, for example,Most_Recent
.final Object
The services specified for the configuration.final Number
The target percentage specified for the configuration.final Number
The timeout value specified for the configuration.final Object
The settings for ungraceful execution.final int
hashCode()
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.EcsCapacityIncreaseConfigurationProperty
The services specified for the configuration.- Specified by:
getServices
in interfaceCfnPlan.EcsCapacityIncreaseConfigurationProperty
- See Also:
-
getCapacityMonitoringApproach
Description copied from interface:CfnPlan.EcsCapacityIncreaseConfigurationProperty
The monitoring approach specified for the configuration, for example,Most_Recent
.- Specified by:
getCapacityMonitoringApproach
in interfaceCfnPlan.EcsCapacityIncreaseConfigurationProperty
- See Also:
-
getTargetPercent
Description copied from interface:CfnPlan.EcsCapacityIncreaseConfigurationProperty
The target percentage specified for the configuration.Default: - 100
- Specified by:
getTargetPercent
in interfaceCfnPlan.EcsCapacityIncreaseConfigurationProperty
- See Also:
-
getTimeoutMinutes
Description copied from interface:CfnPlan.EcsCapacityIncreaseConfigurationProperty
The timeout value specified for the configuration.Default: - 60
- Specified by:
getTimeoutMinutes
in interfaceCfnPlan.EcsCapacityIncreaseConfigurationProperty
- See Also:
-
getUngraceful
Description copied from interface:CfnPlan.EcsCapacityIncreaseConfigurationProperty
The settings for ungraceful execution.- Specified by:
getUngraceful
in interfaceCfnPlan.EcsCapacityIncreaseConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-