Class CfnClusterPropsMixin.ControlPlanePlacementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.eks.CfnClusterPropsMixin.ControlPlanePlacementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterPropsMixin.ControlPlanePlacementProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterPropsMixin.ControlPlanePlacementProperty
@Stability(Stable)
@Internal
public static final class CfnClusterPropsMixin.ControlPlanePlacementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterPropsMixin.ControlPlanePlacementProperty
An implementation for
CfnClusterPropsMixin.ControlPlanePlacementProperty-
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.eks.CfnClusterPropsMixin.ControlPlanePlacementProperty
CfnClusterPropsMixin.ControlPlanePlacementProperty.Builder, CfnClusterPropsMixin.ControlPlanePlacementProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClusterPropsMixin.ControlPlanePlacementProperty.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 name of the placement group for the Kubernetes control plane instances.final StringOptional parameter to specify the placement group spread level for control plane instances.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 theCfnClusterPropsMixin.ControlPlanePlacementProperty.Builder.
-
-
Method Details
-
getGroupName
Description copied from interface:CfnClusterPropsMixin.ControlPlanePlacementPropertyThe name of the placement group for the Kubernetes control plane instances.This property is only used for a local cluster on an AWS Outpost.
- Specified by:
getGroupNamein interfaceCfnClusterPropsMixin.ControlPlanePlacementProperty- See Also:
-
getSpreadLevel
Description copied from interface:CfnClusterPropsMixin.ControlPlanePlacementPropertyOptional parameter to specify the placement group spread level for control plane instances.If not provided, EKS will deploy control plane instances without a placement group.
- Specified by:
getSpreadLevelin interfaceCfnClusterPropsMixin.ControlPlanePlacementProperty- 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()
-