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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.arcregionswitch.CfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty
CfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty.Builder, CfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty.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 ObjectgetAsgs()The EC2 Auto Scaling groups for the configuration.final StringThe monitoring approach that you specify EC2 Auto Scaling groups for the configuration.final NumberThe target percentage that you specify for EC2 Auto Scaling groups.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.Ec2AsgCapacityIncreaseConfigurationProperty.Builder.
-
-
Method Details
-
getAsgs
Description copied from interface:CfnPlan.Ec2AsgCapacityIncreaseConfigurationPropertyThe EC2 Auto Scaling groups for the configuration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPlan.AsgProperty>- Specified by:
getAsgsin interfaceCfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty- See Also:
-
getCapacityMonitoringApproach
Description copied from interface:CfnPlan.Ec2AsgCapacityIncreaseConfigurationPropertyThe monitoring approach that you specify EC2 Auto Scaling groups for the configuration.- Specified by:
getCapacityMonitoringApproachin interfaceCfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty- See Also:
-
getTargetPercent
Description copied from interface:CfnPlan.Ec2AsgCapacityIncreaseConfigurationPropertyThe target percentage that you specify for EC2 Auto Scaling groups.Default: - 100
- Specified by:
getTargetPercentin interfaceCfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty- See Also:
-
getTimeoutMinutes
Description copied from interface:CfnPlan.Ec2AsgCapacityIncreaseConfigurationPropertyThe timeout value specified for the configuration.Default: - 60
- Specified by:
getTimeoutMinutesin interfaceCfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty- See Also:
-
getUngraceful
Description copied from interface:CfnPlan.Ec2AsgCapacityIncreaseConfigurationPropertyThe settings for ungraceful execution.Returns union: either
IResolvableorCfnPlan.Ec2UngracefulProperty- Specified by:
getUngracefulin interfaceCfnPlan.Ec2AsgCapacityIncreaseConfigurationProperty- 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()
-