Class: Aws::Types::CreateClusterInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:admin_user_password])

Instance Attribute Summary collapse

Instance Attribute Details

#admin_user_name::String

Returns the value of attribute admin_user_name.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def admin_user_name
  @admin_user_name
end

#admin_user_password::String

Returns the value of attribute admin_user_password.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def admin_user_password
  @admin_user_password
end

#auth_type"PLAIN_TEXT", "SECRET_ARN"

Returns the value of attribute auth_type.

Returns:

  • ("PLAIN_TEXT", "SECRET_ARN")


105
106
107
# File 'sig/types.rbs', line 105

def auth_type
  @auth_type
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


106
107
108
# File 'sig/types.rbs', line 106

def backup_retention_period
  @backup_retention_period
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def client_token
  @client_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def cluster_name
  @cluster_name
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def kms_key_id
  @kms_key_id
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def preferred_backup_window
  @preferred_backup_window
end

#preferred_maintenance_window::String

Returns the value of attribute preferred_maintenance_window.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def preferred_maintenance_window
  @preferred_maintenance_window
end

#shard_capacity::Integer

Returns the value of attribute shard_capacity.

Returns:

  • (::Integer)


112
113
114
# File 'sig/types.rbs', line 112

def shard_capacity
  @shard_capacity
end

#shard_count::Integer

Returns the value of attribute shard_count.

Returns:

  • (::Integer)


113
114
115
# File 'sig/types.rbs', line 113

def shard_count
  @shard_count
end

#shard_instance_count::Integer

Returns the value of attribute shard_instance_count.

Returns:

  • (::Integer)


114
115
116
# File 'sig/types.rbs', line 114

def shard_instance_count
  @shard_instance_count
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


115
116
117
# File 'sig/types.rbs', line 115

def subnet_ids
  @subnet_ids
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


116
117
118
# File 'sig/types.rbs', line 116

def tags
  @tags
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


117
118
119
# File 'sig/types.rbs', line 117

def vpc_security_group_ids
  @vpc_security_group_ids
end