Class CfnCluster.ControlPlanePlacementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.CfnCluster.ControlPlanePlacementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.ControlPlanePlacementProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCluster.ControlPlanePlacementProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.ControlPlanePlacementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.ControlPlanePlacementProperty
An implementation for
CfnCluster.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.services.eks.CfnCluster.ControlPlanePlacementProperty
CfnCluster.ControlPlanePlacementProperty.Builder, CfnCluster.ControlPlanePlacementProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.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 theCfnCluster.ControlPlanePlacementProperty.Builder.
-
-
Method Details
-
getGroupName
Description copied from interface:CfnCluster.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 interfaceCfnCluster.ControlPlanePlacementProperty- See Also:
-
getSpreadLevel
Description copied from interface:CfnCluster.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 interfaceCfnCluster.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()
-