Class CfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.arcregionswitch.CfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationProperty
An implementation for
CfnPlanPropsMixin.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.cfnpropertymixins.services.arcregionswitch.CfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationProperty
CfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationProperty.Builder, CfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPlanPropsMixin.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 theCfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationProperty.Builder.
-
-
Method Details
-
getAsgs
Description copied from interface:CfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationPropertyThe EC2 Auto Scaling groups for the configuration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPlanPropsMixin.AsgProperty>- Specified by:
getAsgsin interfaceCfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationProperty- See Also:
-
getCapacityMonitoringApproach
Description copied from interface:CfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationPropertyThe monitoring approach that you specify EC2 Auto Scaling groups for the configuration.- Specified by:
getCapacityMonitoringApproachin interfaceCfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationProperty- See Also:
-
getTargetPercent
Description copied from interface:CfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationPropertyThe target percentage that you specify for EC2 Auto Scaling groups.Default: - 100
- Specified by:
getTargetPercentin interfaceCfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationProperty- See Also:
-
getTimeoutMinutes
Description copied from interface:CfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationPropertyThe timeout value specified for the configuration.Default: - 60
- Specified by:
getTimeoutMinutesin interfaceCfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationProperty- See Also:
-
getUngraceful
Description copied from interface:CfnPlanPropsMixin.Ec2AsgCapacityIncreaseConfigurationPropertyThe settings for ungraceful execution.Returns union: either
IResolvableorCfnPlanPropsMixin.Ec2UngracefulProperty- Specified by:
getUngracefulin interfaceCfnPlanPropsMixin.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()
-