Class CfnPlan.EksResourceScalingConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.arcregionswitch.CfnPlan.EksResourceScalingConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlan.EksResourceScalingConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlan.EksResourceScalingConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnPlan.EksResourceScalingConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlan.EksResourceScalingConfigurationProperty
An implementation for
CfnPlan.EksResourceScalingConfigurationProperty-
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.EksResourceScalingConfigurationProperty
CfnPlan.EksResourceScalingConfigurationProperty.Builder, CfnPlan.EksResourceScalingConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPlan.EksResourceScalingConfigurationProperty.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 for the configuration, that is, whether it was sampled in the last 24 hours or autoscaled in the last 24 hours.final ObjectThe clusters for the configuration.final ObjectThe Kubernetes resource type for the configuration.final ObjectThe scaling resources for the configuration.final NumberThe target percentage 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.EksResourceScalingConfigurationProperty.Builder.
-
-
Method Details
-
getKubernetesResourceType
Description copied from interface:CfnPlan.EksResourceScalingConfigurationPropertyThe Kubernetes resource type for the configuration.Returns union: either
IResolvableorCfnPlan.KubernetesResourceTypeProperty- Specified by:
getKubernetesResourceTypein interfaceCfnPlan.EksResourceScalingConfigurationProperty- See Also:
-
getCapacityMonitoringApproach
Description copied from interface:CfnPlan.EksResourceScalingConfigurationPropertyThe monitoring approach for the configuration, that is, whether it was sampled in the last 24 hours or autoscaled in the last 24 hours.- Specified by:
getCapacityMonitoringApproachin interfaceCfnPlan.EksResourceScalingConfigurationProperty- See Also:
-
getEksClusters
Description copied from interface:CfnPlan.EksResourceScalingConfigurationPropertyThe clusters for the configuration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPlan.EksClusterProperty>- Specified by:
getEksClustersin interfaceCfnPlan.EksResourceScalingConfigurationProperty- See Also:
-
getScalingResources
Description copied from interface:CfnPlan.EksResourceScalingConfigurationPropertyThe scaling resources for the configuration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableor Mapinvalid input: '<'String, eitherIResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnPlan.KubernetesScalingResourceProperty>>>- Specified by:
getScalingResourcesin interfaceCfnPlan.EksResourceScalingConfigurationProperty- See Also:
-
getTargetPercent
Description copied from interface:CfnPlan.EksResourceScalingConfigurationPropertyThe target percentage for the configuration.Default: - 100
- Specified by:
getTargetPercentin interfaceCfnPlan.EksResourceScalingConfigurationProperty- See Also:
-
getTimeoutMinutes
Description copied from interface:CfnPlan.EksResourceScalingConfigurationPropertyThe timeout value specified for the configuration.Default: - 60
- Specified by:
getTimeoutMinutesin interfaceCfnPlan.EksResourceScalingConfigurationProperty- See Also:
-
getUngraceful
Description copied from interface:CfnPlan.EksResourceScalingConfigurationPropertyThe settings for ungraceful execution.Returns union: either
IResolvableorCfnPlan.EksResourceScalingUngracefulProperty- Specified by:
getUngracefulin interfaceCfnPlan.EksResourceScalingConfigurationProperty- 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()
-