Show / Hide Table of Contents

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-controlplaneplacement.html

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

string

Remarks

This property is only used for a local cluster on an AWS Outpost.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-controlplaneplacement.html#cfn-eks-cluster-controlplaneplacement-groupname

Back to top Generated by DocFX