Class CfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.arcregionswitch.CfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty
An implementation for
CfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty
-
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.Ec2AsgCapacityIncreaseConfigurationProperty
CfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty.Builder, CfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty.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 Object
getAsgs()
The EC2 Auto Scaling groups for the configuration.final String
The monitoring approach that you specify EC2 Auto Scaling groups for the configuration.final Number
The target percentage that you specify for EC2 Auto Scaling groups.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.Ec2AsgCapacityIncreaseConfigurationProperty.Builder
.
-
-
Method Details
-
getAsgs
Description copied from interface:CfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty
The EC2 Auto Scaling groups for the configuration.- Specified by:
getAsgs
in interfaceCfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty
- See Also:
-
getCapacityMonitoringApproach
Description copied from interface:CfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty
The monitoring approach that you specify EC2 Auto Scaling groups for the configuration.- Specified by:
getCapacityMonitoringApproach
in interfaceCfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty
- See Also:
-
getTargetPercent
Description copied from interface:CfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty
The target percentage that you specify for EC2 Auto Scaling groups.Default: - 100
- Specified by:
getTargetPercent
in interfaceCfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty
- See Also:
-
getTimeoutMinutes
Description copied from interface:CfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty
The timeout value specified for the configuration.Default: - 60
- Specified by:
getTimeoutMinutes
in interfaceCfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty
- See Also:
-
getUngraceful
Description copied from interface:CfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty
The settings for ungraceful execution.- Specified by:
getUngraceful
in interfaceCfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty
- 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()
-