Class: Aws::EKS::Types::ControlPlanePlacementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ControlPlanePlacementResponse
- Defined in:
- gems/aws-sdk-eks/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_name ⇒ String
The name of the placement group for the Kubernetes control plane instances.
-
#spread_level ⇒ String
The spread level used with the placement group for control plane instances on your local Amazon EKS cluster on Amazon Web Services Outposts.
Instance Attribute Details
#group_name ⇒ String
The name of the placement group for the Kubernetes control plane instances.
1911 1912 1913 1914 1915 1916 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1911 class ControlPlanePlacementResponse < Struct.new( :group_name, :spread_level) SENSITIVE = [] include Aws::Structure end |
#spread_level ⇒ String
The spread level used with the placement group for control plane instances on your local Amazon EKS cluster on Amazon Web Services Outposts.
1911 1912 1913 1914 1915 1916 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1911 class ControlPlanePlacementResponse < Struct.new( :group_name, :spread_level) SENSITIVE = [] include Aws::Structure end |