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.
-
#character_set_name ⇒ ::String
Returns the value of attribute character_set_name.
-
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#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.
-
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
-
#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.
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
-
#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.
-
#replication_source_identifier ⇒ ::String
Returns the value of attribute replication_source_identifier.
-
#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.
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.
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.
152 153 154 |
# File 'sig/types.rbs', line 152 def character_set_name @character_set_name end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
153 154 155 |
# File 'sig/types.rbs', line 153 def @copy_tags_to_snapshot end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
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.
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.
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.
158 159 160 |
# File 'sig/types.rbs', line 158 def db_subnet_group_name @db_subnet_group_name end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
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.
173 174 175 |
# File 'sig/types.rbs', line 173 def enable_cloudwatch_logs_exports @enable_cloudwatch_logs_exports end |
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
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.
159 160 161 |
# File 'sig/types.rbs', line 159 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
167 168 169 |
# File 'sig/types.rbs', line 167 def replication_source_identifier @replication_source_identifier end |
#serverless_v2_scaling_configuration ⇒ Types::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.
179 180 181 |
# File 'sig/types.rbs', line 179 def source_region @source_region end |
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
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.
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.
168 169 170 |
# File 'sig/types.rbs', line 168 def @tags end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
157 158 159 |
# File 'sig/types.rbs', line 157 def vpc_security_group_ids @vpc_security_group_ids end |