Class: Aws::Types::CreateDBClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateDBClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#db_cluster_parameter_group_name ⇒ ::String
Returns the value of attribute db_cluster_parameter_group_name.
-
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#enable_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enable_cloudwatch_logs_exports.
-
#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.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#manage_master_user_password ⇒ Boolean
Returns the value of attribute manage_master_user_password.
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
-
#master_user_secret_kms_key_id ⇒ ::String
Returns the value of attribute master_user_secret_kms_key_id.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#pre_signed_url ⇒ ::String
Returns the value of attribute pre_signed_url.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
-
#source_region ⇒ ::String
Returns the value of attribute source_region.
-
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
116 117 118 |
# File 'sig/types.rbs', line 116 def availability_zones @availability_zones end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
117 118 119 |
# File 'sig/types.rbs', line 117 def backup_retention_period @backup_retention_period end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
141 142 143 |
# File 'sig/types.rbs', line 141 def end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
118 119 120 |
# File 'sig/types.rbs', line 118 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_parameter_group_name ⇒ ::String
Returns the value of attribute db_cluster_parameter_group_name.
119 120 121 |
# File 'sig/types.rbs', line 119 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.
121 122 123 |
# File 'sig/types.rbs', line 121 def db_subnet_group_name @db_subnet_group_name end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
134 135 136 |
# File 'sig/types.rbs', line 134 def deletion_protection @deletion_protection end |
#enable_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enable_cloudwatch_logs_exports.
133 134 135 |
# File 'sig/types.rbs', line 133 def enable_cloudwatch_logs_exports @enable_cloudwatch_logs_exports end |
#engine ⇒ ::String
Returns the value of attribute engine.
122 123 124 |
# File 'sig/types.rbs', line 122 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
123 124 125 |
# File 'sig/types.rbs', line 123 def engine_version @engine_version end |
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
135 136 137 |
# File 'sig/types.rbs', line 135 def global_cluster_identifier @global_cluster_identifier end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
131 132 133 |
# File 'sig/types.rbs', line 131 def kms_key_id @kms_key_id end |
#manage_master_user_password ⇒ Boolean
Returns the value of attribute manage_master_user_password.
138 139 140 |
# File 'sig/types.rbs', line 138 def manage_master_user_password @manage_master_user_password end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
126 127 128 |
# File 'sig/types.rbs', line 126 def master_user_password @master_user_password end |
#master_user_secret_kms_key_id ⇒ ::String
Returns the value of attribute master_user_secret_kms_key_id.
139 140 141 |
# File 'sig/types.rbs', line 139 def master_user_secret_kms_key_id @master_user_secret_kms_key_id end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
125 126 127 |
# File 'sig/types.rbs', line 125 def master_username @master_username end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
140 141 142 |
# File 'sig/types.rbs', line 140 def network_type @network_type end |
#port ⇒ ::Integer
Returns the value of attribute port.
124 125 126 |
# File 'sig/types.rbs', line 124 def port @port end |
#pre_signed_url ⇒ ::String
Returns the value of attribute pre_signed_url.
132 133 134 |
# File 'sig/types.rbs', line 132 def pre_signed_url @pre_signed_url end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
127 128 129 |
# File 'sig/types.rbs', line 127 def preferred_backup_window @preferred_backup_window end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
128 129 130 |
# File 'sig/types.rbs', line 128 def preferred_maintenance_window @preferred_maintenance_window end |
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
137 138 139 |
# File 'sig/types.rbs', line 137 def serverless_v2_scaling_configuration @serverless_v2_scaling_configuration end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
142 143 144 |
# File 'sig/types.rbs', line 142 def source_region @source_region end |
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
130 131 132 |
# File 'sig/types.rbs', line 130 def storage_encrypted @storage_encrypted end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
136 137 138 |
# File 'sig/types.rbs', line 136 def storage_type @storage_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
129 130 131 |
# File 'sig/types.rbs', line 129 def end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
120 121 122 |
# File 'sig/types.rbs', line 120 def vpc_security_group_ids @vpc_security_group_ids end |