Class: Aws::EKS::Types::RegisterClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::RegisterClusterRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#connector_config ⇒ Types::ConnectorConfigRequest
The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.
-
#name ⇒ String
A unique name for this cluster in your Amazon Web Services Region.
-
#tags ⇒ Hash<String,String>
Metadata that assists with categorization and organization.
Instance Attribute Details
#client_request_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
5362 5363 5364 5365 5366 5367 5368 5369 |
# File 'lib/aws-sdk-eks/types.rb', line 5362 class RegisterClusterRequest < Struct.new( :name, :connector_config, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#connector_config ⇒ Types::ConnectorConfigRequest
The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.
5362 5363 5364 5365 5366 5367 5368 5369 |
# File 'lib/aws-sdk-eks/types.rb', line 5362 class RegisterClusterRequest < Struct.new( :name, :connector_config, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A unique name for this cluster in your Amazon Web Services Region.
5362 5363 5364 5365 5366 5367 5368 5369 |
# File 'lib/aws-sdk-eks/types.rb', line 5362 class RegisterClusterRequest < Struct.new( :name, :connector_config, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don’t propagate to any other cluster or Amazon Web Services resources.
5362 5363 5364 5365 5366 5367 5368 5369 |
# File 'lib/aws-sdk-eks/types.rb', line 5362 class RegisterClusterRequest < Struct.new( :name, :connector_config, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |