Interface CfnCluster.ControlPlanePlacementProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCluster.ControlPlanePlacementProperty.Jsii$Proxy
- Enclosing class:
CfnCluster
@Stability(Stable)
public static interface CfnCluster.ControlPlanePlacementProperty
extends software.amazon.jsii.JsiiSerializable
The placement configuration for all the control plane instances of your local Amazon EKS cluster on an AWS Outpost.
For more information, see Capacity considerations in the Amazon EKS User Guide.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.eks.*; ControlPlanePlacementProperty controlPlanePlacementProperty = ControlPlanePlacementProperty.builder() .groupName("groupName") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCluster.ControlPlanePlacementProperty
static final class
An implementation forCfnCluster.ControlPlanePlacementProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupName
The name of the placement group for the Kubernetes control plane instances. -
builder
-