aws-cdk-lib.aws_eks.CfnCluster.ControlPlanePlacementProperty

interface ControlPlanePlacementProperty

LanguageType name
.NETAmazon.CDK.AWS.EKS.CfnCluster.ControlPlanePlacementProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awseks#CfnCluster_ControlPlanePlacementProperty
Javasoftware.amazon.awscdk.services.eks.CfnCluster.ControlPlanePlacementProperty
Pythonaws_cdk.aws_eks.CfnCluster.ControlPlanePlacementProperty
TypeScript aws-cdk-lib » aws_eks » CfnCluster » ControlPlanePlacementProperty

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 { aws_eks as eks } from 'aws-cdk-lib';
const controlPlanePlacementProperty: eks.CfnCluster.ControlPlanePlacementProperty = {
  groupName: 'groupName',
};

Properties

NameTypeDescription
groupName?stringThe name of the placement group for the Kubernetes control plane instances.

groupName?

Type: string (optional)

The name of the placement group for the Kubernetes control plane instances.