Class: Aws::EKS::Types::ControlPlaneScalingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ControlPlaneScalingConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
The control plane scaling tier configuration. For more information, see EKS Provisioned Control Plane in the Amazon EKS User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tier ⇒ String
The control plane scaling tier configuration.
Instance Attribute Details
#tier ⇒ String
The control plane scaling tier configuration. 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.
1345 1346 1347 1348 1349 |
# File 'lib/aws-sdk-eks/types.rb', line 1345 class ControlPlaneScalingConfig < Struct.new( :tier) SENSITIVE = [] include Aws::Structure end |