Class: Aws::Route53RecoveryControlConfig::Types::CreateClusterRequest

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

Overview

The properties of a request to create a cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


279
280
281
282
283
284
285
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 279

class CreateClusterRequest < Struct.new(
  :client_token,
  :cluster_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The name of the cluster.

Returns:

  • (String)


279
280
281
282
283
284
285
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 279

class CreateClusterRequest < Struct.new(
  :client_token,
  :cluster_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags associated with the cluster.

Returns:

  • (Hash<String,String>)


279
280
281
282
283
284
285
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 279

class CreateClusterRequest < Struct.new(
  :client_token,
  :cluster_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end