Class: Aws::Types::CreateDBClusterMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


150
151
152
# File 'sig/types.rbs', line 150

def availability_zones
  @availability_zones
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


151
152
153
# File 'sig/types.rbs', line 151

def backup_retention_period
  @backup_retention_period
end

#character_set_name::String

Returns the value of attribute character_set_name.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def character_set_name
  @character_set_name
end

#copy_tags_to_snapshotBoolean

Returns the value of attribute copy_tags_to_snapshot.

Returns:

  • (Boolean)


153
154
155
# File 'sig/types.rbs', line 153

def copy_tags_to_snapshot
  @copy_tags_to_snapshot
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def database_name
  @database_name
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_parameter_group_name::String

Returns the value of attribute db_cluster_parameter_group_name.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def db_cluster_parameter_group_name
  @db_cluster_parameter_group_name
end

#db_subnet_group_name::String

Returns the value of attribute db_subnet_group_name.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def db_subnet_group_name
  @db_subnet_group_name
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


174
175
176
# File 'sig/types.rbs', line 174

def deletion_protection
  @deletion_protection
end

#enable_cloudwatch_logs_exports::Array[::String]

Returns the value of attribute enable_cloudwatch_logs_exports.

Returns:

  • (::Array[::String])


173
174
175
# File 'sig/types.rbs', line 173

def enable_cloudwatch_logs_exports
  @enable_cloudwatch_logs_exports
end

#enable_iam_database_authenticationBoolean

Returns the value of attribute enable_iam_database_authentication.

Returns:

  • (Boolean)


172
173
174
# File 'sig/types.rbs', line 172

def enable_iam_database_authentication
  @enable_iam_database_authentication
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def engine_version
  @engine_version
end

#global_cluster_identifier::String

Returns the value of attribute global_cluster_identifier.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def global_cluster_identifier
  @global_cluster_identifier
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def kms_key_id
  @kms_key_id
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def master_user_password
  @master_user_password
end

#master_username::String

Returns the value of attribute master_username.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def master_username
  @master_username
end

#network_type::String

Returns the value of attribute network_type.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def network_type
  @network_type
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def option_group_name
  @option_group_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


161
162
163
# File 'sig/types.rbs', line 161

def port
  @port
end

#pre_signed_url::String

Returns the value of attribute pre_signed_url.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def pre_signed_url
  @pre_signed_url
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def preferred_backup_window
  @preferred_backup_window
end

#preferred_maintenance_window::String

Returns the value of attribute preferred_maintenance_window.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def preferred_maintenance_window
  @preferred_maintenance_window
end

#replication_source_identifier::String

Returns the value of attribute replication_source_identifier.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def replication_source_identifier
  @replication_source_identifier
end

#serverless_v2_scaling_configurationTypes::ServerlessV2ScalingConfiguration

Returns the value of attribute serverless_v2_scaling_configuration.



175
176
177
# File 'sig/types.rbs', line 175

def serverless_v2_scaling_configuration
  @serverless_v2_scaling_configuration
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def source_region
  @source_region
end

#storage_encryptedBoolean

Returns the value of attribute storage_encrypted.

Returns:

  • (Boolean)


169
170
171
# File 'sig/types.rbs', line 169

def storage_encrypted
  @storage_encrypted
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def storage_type
  @storage_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



168
169
170
# File 'sig/types.rbs', line 168

def tags
  @tags
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


157
158
159
# File 'sig/types.rbs', line 157

def vpc_security_group_ids
  @vpc_security_group_ids
end