Show / Hide Table of Contents

Class CfnClusterPropsMixin.ControlPlaneScalingConfigProperty

The control plane scaling tier configuration.

Inheritance
object
CfnClusterPropsMixin.ControlPlaneScalingConfigProperty
Implements
CfnClusterPropsMixin.IControlPlaneScalingConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EKS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnClusterPropsMixin.ControlPlaneScalingConfigProperty : CfnClusterPropsMixin.IControlPlaneScalingConfigProperty
Syntax (vb)
Public Class CfnClusterPropsMixin.ControlPlaneScalingConfigProperty Implements CfnClusterPropsMixin.IControlPlaneScalingConfigProperty
Remarks

For more information, see EKS Provisioned Control Plane in the Amazon EKS User Guide.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-controlplanescalingconfig.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.CfnPropertyMixins.AWS.EKS;

             var controlPlaneScalingConfigProperty = new ControlPlaneScalingConfigProperty {
                 Tier = "tier"
             };

Synopsis

Constructors

ControlPlaneScalingConfigProperty()

The control plane scaling tier configuration.

Properties

Tier

The control plane scaling tier configuration.

Constructors

ControlPlaneScalingConfigProperty()

The control plane scaling tier configuration.

public ControlPlaneScalingConfigProperty()
Remarks

For more information, see EKS Provisioned Control Plane in the Amazon EKS User Guide.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-controlplanescalingconfig.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.CfnPropertyMixins.AWS.EKS;

             var controlPlaneScalingConfigProperty = new ControlPlaneScalingConfigProperty {
                 Tier = "tier"
             };

Properties

Tier

The control plane scaling tier configuration.

public string? Tier { get; set; }
Property Value

string

Remarks

Available options are standard , tier-xl , tier-2xl , or tier-4xl . For more information, see EKS Provisioned Control Plane in the Amazon EKS User Guide.

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

Implements

CfnClusterPropsMixin.IControlPlaneScalingConfigProperty
Back to top Generated by DocFX