Class: Aws::EKS::Types::ControlPlanePlacementRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

The placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see [Capacity considerations] in the Amazon EKS User Guide.

[1]: docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_nameString

The name of the placement group for the Kubernetes control plane instances. This setting can’t be changed after cluster creation.

Returns:

  • (String)


1162
1163
1164
1165
1166
# File 'lib/aws-sdk-eks/types.rb', line 1162

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