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();
 

See Also: