Class: Aws::EKS::Types::RegisterClusterRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

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.

Returns:

  • (String)


5331
5332
5333
5334
5335
5336
5337
5338
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5331

class RegisterClusterRequest < Struct.new(
  :name,
  :connector_config,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#connector_configTypes::ConnectorConfigRequest

The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.



5331
5332
5333
5334
5335
5336
5337
5338
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5331

class RegisterClusterRequest < Struct.new(
  :name,
  :connector_config,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A unique name for this cluster in your Amazon Web Services Region.

Returns:

  • (String)


5331
5332
5333
5334
5335
5336
5337
5338
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5331

class RegisterClusterRequest < Struct.new(
  :name,
  :connector_config,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<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.

Returns:

  • (Hash<String,String>)


5331
5332
5333
5334
5335
5336
5337
5338
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5331

class RegisterClusterRequest < Struct.new(
  :name,
  :connector_config,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end