Class: Aws::EKS::Types::ControlPlaneScalingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ControlPlaneScalingConfig
- Defined in:
- gems/aws-sdk-eks/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.
1790 1791 1792 1793 1794 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1790 class ControlPlaneScalingConfig < Struct.new( :tier) SENSITIVE = [] include Aws::Structure end |