Class: Aws::Types::DBCluster
- Inherits:
-
Object
- Object
- Aws::Types::DBCluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#associated_roles ⇒ ::Array[Types::DBClusterRole]
Returns the value of attribute associated_roles.
-
#automatic_restart_time ⇒ ::Time
Returns the value of attribute automatic_restart_time.
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#character_set_name ⇒ ::String
Returns the value of attribute character_set_name.
-
#clone_group_id ⇒ ::String
Returns the value of attribute clone_group_id.
-
#cluster_create_time ⇒ ::Time
Returns the value of attribute cluster_create_time.
-
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
-
#cross_account_clone ⇒ Boolean
Returns the value of attribute cross_account_clone.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#db_cluster_arn ⇒ ::String
Returns the value of attribute db_cluster_arn.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#db_cluster_members ⇒ ::Array[Types::DBClusterMember]
Returns the value of attribute db_cluster_members.
-
#db_cluster_option_group_memberships ⇒ ::Array[Types::DBClusterOptionGroupStatus]
Returns the value of attribute db_cluster_option_group_memberships.
-
#db_cluster_parameter_group ⇒ ::String
Returns the value of attribute db_cluster_parameter_group.
-
#db_cluster_resource_id ⇒ ::String
Returns the value of attribute db_cluster_resource_id.
-
#db_subnet_group ⇒ ::String
Returns the value of attribute db_subnet_group.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#earliest_restorable_time ⇒ ::Time
Returns the value of attribute earliest_restorable_time.
-
#enabled_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enabled_cloudwatch_logs_exports.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
-
#io_optimized_next_allowed_modification_time ⇒ ::Time
Returns the value of attribute io_optimized_next_allowed_modification_time.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#latest_restorable_time ⇒ ::Time
Returns the value of attribute latest_restorable_time.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#pending_modified_values ⇒ Types::ClusterPendingModifiedValues
Returns the value of attribute pending_modified_values.
-
#percent_progress ⇒ ::String
Returns the value of attribute percent_progress.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#read_replica_identifiers ⇒ ::Array[::String]
Returns the value of attribute read_replica_identifiers.
-
#reader_endpoint ⇒ ::String
Returns the value of attribute reader_endpoint.
-
#replication_source_identifier ⇒ ::String
Returns the value of attribute replication_source_identifier.
-
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfigurationInfo
Returns the value of attribute serverless_v2_scaling_configuration.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#vpc_security_groups ⇒ ::Array[Types::VpcSecurityGroupMembership]
Returns the value of attribute vpc_security_groups.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
325 326 327 |
# File 'sig/types.rbs', line 325 def allocated_storage @allocated_storage end |
#associated_roles ⇒ ::Array[Types::DBClusterRole]
Returns the value of attribute associated_roles.
356 357 358 |
# File 'sig/types.rbs', line 356 def associated_roles @associated_roles end |
#automatic_restart_time ⇒ ::Time
Returns the value of attribute automatic_restart_time.
365 366 367 |
# File 'sig/types.rbs', line 365 def automatic_restart_time @automatic_restart_time end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
326 327 328 |
# File 'sig/types.rbs', line 326 def availability_zones @availability_zones end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
327 328 329 |
# File 'sig/types.rbs', line 327 def backup_retention_period @backup_retention_period end |
#character_set_name ⇒ ::String
Returns the value of attribute character_set_name.
328 329 330 |
# File 'sig/types.rbs', line 328 def character_set_name @character_set_name end |
#clone_group_id ⇒ ::String
Returns the value of attribute clone_group_id.
358 359 360 |
# File 'sig/types.rbs', line 358 def clone_group_id @clone_group_id end |
#cluster_create_time ⇒ ::Time
Returns the value of attribute cluster_create_time.
359 360 361 |
# File 'sig/types.rbs', line 359 def cluster_create_time @cluster_create_time end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
360 361 362 |
# File 'sig/types.rbs', line 360 def @copy_tags_to_snapshot end |
#cross_account_clone ⇒ Boolean
Returns the value of attribute cross_account_clone.
364 365 366 |
# File 'sig/types.rbs', line 364 def cross_account_clone @cross_account_clone end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
329 330 331 |
# File 'sig/types.rbs', line 329 def database_name @database_name end |
#db_cluster_arn ⇒ ::String
Returns the value of attribute db_cluster_arn.
355 356 357 |
# File 'sig/types.rbs', line 355 def db_cluster_arn @db_cluster_arn end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
330 331 332 |
# File 'sig/types.rbs', line 330 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_members ⇒ ::Array[Types::DBClusterMember]
Returns the value of attribute db_cluster_members.
349 350 351 |
# File 'sig/types.rbs', line 349 def db_cluster_members @db_cluster_members end |
#db_cluster_option_group_memberships ⇒ ::Array[Types::DBClusterOptionGroupStatus]
Returns the value of attribute db_cluster_option_group_memberships.
344 345 346 |
# File 'sig/types.rbs', line 344 def db_cluster_option_group_memberships @db_cluster_option_group_memberships end |
#db_cluster_parameter_group ⇒ ::String
Returns the value of attribute db_cluster_parameter_group.
331 332 333 |
# File 'sig/types.rbs', line 331 def db_cluster_parameter_group @db_cluster_parameter_group end |
#db_cluster_resource_id ⇒ ::String
Returns the value of attribute db_cluster_resource_id.
354 355 356 |
# File 'sig/types.rbs', line 354 def db_cluster_resource_id @db_cluster_resource_id end |
#db_subnet_group ⇒ ::String
Returns the value of attribute db_subnet_group.
332 333 334 |
# File 'sig/types.rbs', line 332 def db_subnet_group @db_subnet_group end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
363 364 365 |
# File 'sig/types.rbs', line 363 def deletion_protection @deletion_protection end |
#earliest_restorable_time ⇒ ::Time
Returns the value of attribute earliest_restorable_time.
335 336 337 |
# File 'sig/types.rbs', line 335 def earliest_restorable_time @earliest_restorable_time end |
#enabled_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enabled_cloudwatch_logs_exports.
361 362 363 |
# File 'sig/types.rbs', line 361 def enabled_cloudwatch_logs_exports @enabled_cloudwatch_logs_exports end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
336 337 338 |
# File 'sig/types.rbs', line 336 def endpoint @endpoint end |
#engine ⇒ ::String
Returns the value of attribute engine.
339 340 341 |
# File 'sig/types.rbs', line 339 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
340 341 342 |
# File 'sig/types.rbs', line 340 def engine_version @engine_version end |
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
367 368 369 |
# File 'sig/types.rbs', line 367 def global_cluster_identifier @global_cluster_identifier end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
351 352 353 |
# File 'sig/types.rbs', line 351 def hosted_zone_id @hosted_zone_id end |
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
357 358 359 |
# File 'sig/types.rbs', line 357 def iam_database_authentication_enabled @iam_database_authentication_enabled end |
#io_optimized_next_allowed_modification_time ⇒ ::Time
Returns the value of attribute io_optimized_next_allowed_modification_time.
368 369 370 |
# File 'sig/types.rbs', line 368 def io_optimized_next_allowed_modification_time @io_optimized_next_allowed_modification_time end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
353 354 355 |
# File 'sig/types.rbs', line 353 def kms_key_id @kms_key_id end |
#latest_restorable_time ⇒ ::Time
Returns the value of attribute latest_restorable_time.
341 342 343 |
# File 'sig/types.rbs', line 341 def latest_restorable_time @latest_restorable_time end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
343 344 345 |
# File 'sig/types.rbs', line 343 def master_username @master_username end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
338 339 340 |
# File 'sig/types.rbs', line 338 def multi_az @multi_az end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
370 371 372 |
# File 'sig/types.rbs', line 370 def network_type @network_type end |
#pending_modified_values ⇒ Types::ClusterPendingModifiedValues
Returns the value of attribute pending_modified_values.
362 363 364 |
# File 'sig/types.rbs', line 362 def pending_modified_values @pending_modified_values end |
#percent_progress ⇒ ::String
Returns the value of attribute percent_progress.
334 335 336 |
# File 'sig/types.rbs', line 334 def percent_progress @percent_progress end |
#port ⇒ ::Integer
Returns the value of attribute port.
342 343 344 |
# File 'sig/types.rbs', line 342 def port @port end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
345 346 347 |
# File 'sig/types.rbs', line 345 def preferred_backup_window @preferred_backup_window end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
346 347 348 |
# File 'sig/types.rbs', line 346 def preferred_maintenance_window @preferred_maintenance_window end |
#read_replica_identifiers ⇒ ::Array[::String]
Returns the value of attribute read_replica_identifiers.
348 349 350 |
# File 'sig/types.rbs', line 348 def read_replica_identifiers @read_replica_identifiers end |
#reader_endpoint ⇒ ::String
Returns the value of attribute reader_endpoint.
337 338 339 |
# File 'sig/types.rbs', line 337 def reader_endpoint @reader_endpoint end |
#replication_source_identifier ⇒ ::String
Returns the value of attribute replication_source_identifier.
347 348 349 |
# File 'sig/types.rbs', line 347 def replication_source_identifier @replication_source_identifier end |
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfigurationInfo
Returns the value of attribute serverless_v2_scaling_configuration.
366 367 368 |
# File 'sig/types.rbs', line 366 def serverless_v2_scaling_configuration @serverless_v2_scaling_configuration end |
#status ⇒ ::String
Returns the value of attribute status.
333 334 335 |
# File 'sig/types.rbs', line 333 def status @status end |
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
352 353 354 |
# File 'sig/types.rbs', line 352 def storage_encrypted @storage_encrypted end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
369 370 371 |
# File 'sig/types.rbs', line 369 def storage_type @storage_type end |
#vpc_security_groups ⇒ ::Array[Types::VpcSecurityGroupMembership]
Returns the value of attribute vpc_security_groups.
350 351 352 |
# File 'sig/types.rbs', line 350 def vpc_security_groups @vpc_security_groups end |