Class CfnClusterPropsMixin.ControlPlaneScalingConfigProperty
The control plane scaling tier configuration.
Inherited Members
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.
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.
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
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.