Interface CfnCluster.ControlPlaneScalingConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCluster.ControlPlaneScalingConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCluster
@Stability(Stable)
public static interface CfnCluster.ControlPlaneScalingConfigProperty
extends software.amazon.jsii.JsiiSerializable
The control plane scaling tier configuration.
For more information, see EKS Provisioned Control Plane in the Amazon EKS User Guide.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.eks.*;
ControlPlaneScalingConfigProperty controlPlaneScalingConfigProperty = ControlPlaneScalingConfigProperty.builder()
.tier("tier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCluster.ControlPlaneScalingConfigPropertystatic final classAn implementation forCfnCluster.ControlPlaneScalingConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTier
The control plane scaling tier configuration.Available options are
standard,tier-xl,tier-2xl, ortier-4xl. For more information, see EKS Provisioned Control Plane in the Amazon EKS User Guide.- See Also:
-
builder
-