Class: Aws::EKS::Types::ControlPlaneScalingConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#tierString

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.

Returns:

  • (String)


1345
1346
1347
1348
1349
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1345

class ControlPlaneScalingConfig < Struct.new(
  :tier)
  SENSITIVE = []
  include Aws::Structure
end