Class: Aws::Types::RestoreDBClusterFromS3Message
- Inherits:
-
Object
- Object
- Aws::Types::RestoreDBClusterFromS3Message
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_roles ⇒ ::Array[Types::DBClusterAssociatedRole]
Returns the value of attribute associated_roles.
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#backtrack_window ⇒ ::Integer
Returns the value of attribute backtrack_window.
-
#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.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_iam_role_name ⇒ ::String
Returns the value of attribute domain_iam_role_name.
-
#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_lifecycle_support ⇒ ::String
Returns the value of attribute engine_lifecycle_support.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#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.
-
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
-
#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.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_ingestion_role_arn ⇒ ::String
Returns the value of attribute s3_ingestion_role_arn.
-
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
-
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
-
#source_engine ⇒ ::String
Returns the value of attribute source_engine.
-
#source_engine_version ⇒ ::String
Returns the value of attribute source_engine_version.
-
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#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
#associated_roles ⇒ ::Array[Types::DBClusterAssociatedRole]
Returns the value of attribute associated_roles.
3846 3847 3848 |
# File 'sig/types.rbs', line 3846 def associated_roles @associated_roles end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
3808 3809 3810 |
# File 'sig/types.rbs', line 3808 def availability_zones @availability_zones end |
#backtrack_window ⇒ ::Integer
Returns the value of attribute backtrack_window.
3833 3834 3835 |
# File 'sig/types.rbs', line 3833 def backtrack_window @backtrack_window end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
3809 3810 3811 |
# File 'sig/types.rbs', line 3809 def backup_retention_period @backup_retention_period end |
#character_set_name ⇒ ::String
Returns the value of attribute character_set_name.
3810 3811 3812 |
# File 'sig/types.rbs', line 3810 def character_set_name @character_set_name end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
3836 3837 3838 |
# File 'sig/types.rbs', line 3836 def @copy_tags_to_snapshot end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
3811 3812 3813 |
# File 'sig/types.rbs', line 3811 def database_name @database_name end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
3812 3813 3814 |
# File 'sig/types.rbs', line 3812 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_parameter_group_name ⇒ ::String
Returns the value of attribute db_cluster_parameter_group_name.
3813 3814 3815 |
# File 'sig/types.rbs', line 3813 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.
3815 3816 3817 |
# File 'sig/types.rbs', line 3815 def db_subnet_group_name @db_subnet_group_name end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
3835 3836 3837 |
# File 'sig/types.rbs', line 3835 def deletion_protection @deletion_protection end |
#domain ⇒ ::String
Returns the value of attribute domain.
3837 3838 3839 |
# File 'sig/types.rbs', line 3837 def domain @domain end |
#domain_iam_role_name ⇒ ::String
Returns the value of attribute domain_iam_role_name.
3838 3839 3840 |
# File 'sig/types.rbs', line 3838 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.
3834 3835 3836 |
# File 'sig/types.rbs', line 3834 def enable_cloudwatch_logs_exports @enable_cloudwatch_logs_exports end |
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
3827 3828 3829 |
# File 'sig/types.rbs', line 3827 def enable_iam_database_authentication @enable_iam_database_authentication end |
#engine ⇒ ::String
Returns the value of attribute engine.
3816 3817 3818 |
# File 'sig/types.rbs', line 3816 def engine @engine end |
#engine_lifecycle_support ⇒ ::String
Returns the value of attribute engine_lifecycle_support.
3844 3845 3846 |
# File 'sig/types.rbs', line 3844 def engine_lifecycle_support @engine_lifecycle_support end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
3817 3818 3819 |
# File 'sig/types.rbs', line 3817 def engine_version @engine_version end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
3826 3827 3828 |
# File 'sig/types.rbs', line 3826 def kms_key_id @kms_key_id end |
#manage_master_user_password ⇒ Boolean
Returns the value of attribute manage_master_user_password.
3842 3843 3844 |
# File 'sig/types.rbs', line 3842 def manage_master_user_password @manage_master_user_password end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
3820 3821 3822 |
# File 'sig/types.rbs', line 3820 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.
3843 3844 3845 |
# File 'sig/types.rbs', line 3843 def master_user_secret_kms_key_id @master_user_secret_kms_key_id end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
3819 3820 3821 |
# File 'sig/types.rbs', line 3819 def master_username @master_username end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
3840 3841 3842 |
# File 'sig/types.rbs', line 3840 def network_type @network_type end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
3821 3822 3823 |
# File 'sig/types.rbs', line 3821 def option_group_name @option_group_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
3818 3819 3820 |
# File 'sig/types.rbs', line 3818 def port @port end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
3822 3823 3824 |
# File 'sig/types.rbs', line 3822 def preferred_backup_window @preferred_backup_window end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
3823 3824 3825 |
# File 'sig/types.rbs', line 3823 def preferred_maintenance_window @preferred_maintenance_window end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
3830 3831 3832 |
# File 'sig/types.rbs', line 3830 def s3_bucket_name @s3_bucket_name end |
#s3_ingestion_role_arn ⇒ ::String
Returns the value of attribute s3_ingestion_role_arn.
3832 3833 3834 |
# File 'sig/types.rbs', line 3832 def s3_ingestion_role_arn @s3_ingestion_role_arn end |
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
3831 3832 3833 |
# File 'sig/types.rbs', line 3831 def s3_prefix @s3_prefix end |
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
3841 3842 3843 |
# File 'sig/types.rbs', line 3841 def serverless_v2_scaling_configuration @serverless_v2_scaling_configuration end |
#source_engine ⇒ ::String
Returns the value of attribute source_engine.
3828 3829 3830 |
# File 'sig/types.rbs', line 3828 def source_engine @source_engine end |
#source_engine_version ⇒ ::String
Returns the value of attribute source_engine_version.
3829 3830 3831 |
# File 'sig/types.rbs', line 3829 def source_engine_version @source_engine_version end |
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
3825 3826 3827 |
# File 'sig/types.rbs', line 3825 def storage_encrypted @storage_encrypted end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
3839 3840 3841 |
# File 'sig/types.rbs', line 3839 def storage_type @storage_type end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3845 3846 3847 |
# File 'sig/types.rbs', line 3845 def tag_specifications @tag_specifications end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3824 3825 3826 |
# File 'sig/types.rbs', line 3824 def @tags end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
3814 3815 3816 |
# File 'sig/types.rbs', line 3814 def vpc_security_group_ids @vpc_security_group_ids end |