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: