Interface CfnClusterPropsMixin.IControlPlanePlacementProperty
The placement configuration for all the control plane instances of your local Amazon EKS cluster on an AWS Outpost.
Namespace: Amazon.CDK.Mixins.Preview.AWS.EKS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnClusterPropsMixin.IControlPlanePlacementProperty
Syntax (vb)
Public Interface CfnClusterPropsMixin.IControlPlanePlacementProperty
Remarks
For more information, see Capacity considerations in the Amazon EKS User Guide .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.EKS.Mixins;
var controlPlanePlacementProperty = new ControlPlanePlacementProperty {
GroupName = "groupName"
};
Synopsis
Properties
| GroupName | The name of the placement group for the Kubernetes control plane instances. |
Properties
GroupName
The name of the placement group for the Kubernetes control plane instances.
string? GroupName { get; }
Property Value
Remarks
This property is only used for a local cluster on an AWS Outpost.