Class CfnClusterPropsMixin.ControlPlanePlacementProperty
The placement configuration for all the control plane instances of your local Amazon EKS cluster on an AWS Outpost.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EKS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnClusterPropsMixin.ControlPlanePlacementProperty : CfnClusterPropsMixin.IControlPlanePlacementProperty
Syntax (vb)
Public Class CfnClusterPropsMixin.ControlPlanePlacementProperty Implements 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
Constructors
| ControlPlanePlacementProperty() | The placement configuration for all the control plane instances of your local Amazon EKS cluster on an AWS Outpost. |
Properties
| GroupName | The name of the placement group for the Kubernetes control plane instances. |
Constructors
ControlPlanePlacementProperty()
The placement configuration for all the control plane instances of your local Amazon EKS cluster on an AWS Outpost.
public ControlPlanePlacementProperty()
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"
};
Properties
GroupName
The name of the placement group for the Kubernetes control plane instances.
public string? GroupName { get; set; }
Property Value
Remarks
This property is only used for a local cluster on an AWS Outpost.