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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.arcregionswitch.CfnPlan.EksResourceScalingConfigurationProperty
CfnPlan.EksResourceScalingConfigurationProperty.Builder, CfnPlan.EksResourceScalingConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPlan.EksResourceScalingConfigurationProperty.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 String
The monitoring approach for the configuration, that is, whether it was sampled in the last 24 hours or autoscaled in the last 24 hours.final Object
The clusters for the configuration.final Object
The Kubernetes resource type for the configuration.final Object
The scaling resources for the configuration.final Number
The target percentage for the configuration.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.EksResourceScalingConfigurationProperty.Builder
.
-
-
Method Details
-
getKubernetesResourceType
Description copied from interface:CfnPlan.EksResourceScalingConfigurationProperty
The Kubernetes resource type for the configuration.- Specified by:
getKubernetesResourceType
in interfaceCfnPlan.EksResourceScalingConfigurationProperty
- See Also:
-
getCapacityMonitoringApproach
Description copied from interface:CfnPlan.EksResourceScalingConfigurationProperty
The 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:
getCapacityMonitoringApproach
in interfaceCfnPlan.EksResourceScalingConfigurationProperty
- See Also:
-
getEksClusters
Description copied from interface:CfnPlan.EksResourceScalingConfigurationProperty
The clusters for the configuration.- Specified by:
getEksClusters
in interfaceCfnPlan.EksResourceScalingConfigurationProperty
- See Also:
-
getScalingResources
Description copied from interface:CfnPlan.EksResourceScalingConfigurationProperty
The scaling resources for the configuration.- Specified by:
getScalingResources
in interfaceCfnPlan.EksResourceScalingConfigurationProperty
- See Also:
-
getTargetPercent
Description copied from interface:CfnPlan.EksResourceScalingConfigurationProperty
The target percentage for the configuration.Default: - 100
- Specified by:
getTargetPercent
in interfaceCfnPlan.EksResourceScalingConfigurationProperty
- See Also:
-
getTimeoutMinutes
Description copied from interface:CfnPlan.EksResourceScalingConfigurationProperty
The timeout value specified for the configuration.Default: - 60
- Specified by:
getTimeoutMinutes
in interfaceCfnPlan.EksResourceScalingConfigurationProperty
- See Also:
-
getUngraceful
Description copied from interface:CfnPlan.EksResourceScalingConfigurationProperty
The settings for ungraceful execution.- Specified by:
getUngraceful
in interfaceCfnPlan.EksResourceScalingConfigurationProperty
- 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()
-