Class: Aws::Types::CreateDBInstanceMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tde_credential_password])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


216
217
218
# File 'sig/types.rbs', line 216

def allocated_storage
  @allocated_storage
end

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:

  • (Boolean)


232
233
234
# File 'sig/types.rbs', line 232

def auto_minor_version_upgrade
  @auto_minor_version_upgrade
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def availability_zone
  @availability_zone
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


227
228
229
# File 'sig/types.rbs', line 227

def backup_retention_period
  @backup_retention_period
end

#character_set_name::String

Returns the value of attribute character_set_name.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def character_set_name
  @character_set_name
end

#copy_tags_to_snapshotBoolean

Returns the value of attribute copy_tags_to_snapshot.

Returns:

  • (Boolean)


246
247
248
# File 'sig/types.rbs', line 246

def copy_tags_to_snapshot
  @copy_tags_to_snapshot
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def db_cluster_identifier
  @db_cluster_identifier
end

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def db_instance_class
  @db_instance_class
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def db_instance_identifier
  @db_instance_identifier
end

#db_name::String

Returns the value of attribute db_name.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def db_name
  @db_name
end

#db_parameter_group_name::String

Returns the value of attribute db_parameter_group_name.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def db_parameter_group_name
  @db_parameter_group_name
end

#db_security_groups::Array[::String]

Returns the value of attribute db_security_groups.

Returns:

  • (::Array[::String])


221
222
223
# File 'sig/types.rbs', line 221

def db_security_groups
  @db_security_groups
end

#db_subnet_group_name::String

Returns the value of attribute db_subnet_group_name.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def db_subnet_group_name
  @db_subnet_group_name
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


256
257
258
# File 'sig/types.rbs', line 256

def deletion_protection
  @deletion_protection
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def domain
  @domain
end

#domain_iam_role_name::String

Returns the value of attribute domain_iam_role_name.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def domain_iam_role_name
  @domain_iam_role_name
end

#enable_cloudwatch_logs_exports::Array[::String]

Returns the value of attribute enable_cloudwatch_logs_exports.

Returns:

  • (::Array[::String])


255
256
257
# File 'sig/types.rbs', line 255

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)


252
253
254
# File 'sig/types.rbs', line 252

def enable_iam_database_authentication
  @enable_iam_database_authentication
end

#enable_performance_insightsBoolean

Returns the value of attribute enable_performance_insights.

Returns:

  • (Boolean)


253
254
255
# File 'sig/types.rbs', line 253

def enable_performance_insights
  @enable_performance_insights
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def engine_version
  @engine_version
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


234
235
236
# File 'sig/types.rbs', line 234

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def kms_key_id
  @kms_key_id
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def license_model
  @license_model
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def master_user_password
  @master_user_password
end

#master_username::String

Returns the value of attribute master_username.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def master_username
  @master_username
end

#monitoring_interval::Integer

Returns the value of attribute monitoring_interval.

Returns:

  • (::Integer)


247
248
249
# File 'sig/types.rbs', line 247

def monitoring_interval
  @monitoring_interval
end

#monitoring_role_arn::String

Returns the value of attribute monitoring_role_arn.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def monitoring_role_arn
  @monitoring_role_arn
end

#multi_azBoolean

Returns the value of attribute multi_az.

Returns:

  • (Boolean)


230
231
232
# File 'sig/types.rbs', line 230

def multi_az
  @multi_az
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def option_group_name
  @option_group_name
end

#performance_insights_kms_key_id::String

Returns the value of attribute performance_insights_kms_key_id.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def performance_insights_kms_key_id
  @performance_insights_kms_key_id
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


229
230
231
# File 'sig/types.rbs', line 229

def port
  @port
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def preferred_backup_window
  @preferred_backup_window
end

#preferred_maintenance_window::String

Returns the value of attribute preferred_maintenance_window.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def preferred_maintenance_window
  @preferred_maintenance_window
end

#promotion_tier::Integer

Returns the value of attribute promotion_tier.

Returns:

  • (::Integer)


250
251
252
# File 'sig/types.rbs', line 250

def promotion_tier
  @promotion_tier
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


237
238
239
# File 'sig/types.rbs', line 237

def publicly_accessible
  @publicly_accessible
end

#storage_encryptedBoolean

Returns the value of attribute storage_encrypted.

Returns:

  • (Boolean)


243
244
245
# File 'sig/types.rbs', line 243

def storage_encrypted
  @storage_encrypted
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def storage_type
  @storage_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



238
239
240
# File 'sig/types.rbs', line 238

def tags
  @tags
end

#tde_credential_arn::String

Returns the value of attribute tde_credential_arn.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def tde_credential_arn
  @tde_credential_arn
end

#tde_credential_password::String

Returns the value of attribute tde_credential_password.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def tde_credential_password
  @tde_credential_password
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def timezone
  @timezone
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


222
223
224
# File 'sig/types.rbs', line 222

def vpc_security_group_ids
  @vpc_security_group_ids
end