Show / Hide Table of Contents

Class CfnClusterPropsMixin.ControlPlanePlacementProperty

The placement configuration for all the control plane instances of your local Amazon EKS cluster on an AWS Outpost.

Inheritance
object
CfnClusterPropsMixin.ControlPlanePlacementProperty
Implements
CfnClusterPropsMixin.IControlPlanePlacementProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 .

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

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 .

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"
             };

Properties

GroupName

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

public string? GroupName { get; set; }
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

Implements

CfnClusterPropsMixin.IControlPlanePlacementProperty
Back to top Generated by DocFX