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