Class: Aws::Types::RestoreDBClusterFromSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::RestoreDBClusterFromSnapshotMessage
- 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.
-
#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_instance_class ⇒ ::String
Returns the value of attribute db_cluster_instance_class.
-
#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.
-
#enable_internet_access_gateway ⇒ Boolean
Returns the value of attribute enable_internet_access_gateway.
-
#enable_performance_insights ⇒ Boolean
Returns the value of attribute enable_performance_insights.
-
#enable_vpc_networking ⇒ Boolean
Returns the value of attribute enable_vpc_networking.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_lifecycle_support ⇒ ::String
Returns the value of attribute engine_lifecycle_support.
-
#engine_mode ⇒ ::String
Returns the value of attribute engine_mode.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#monitoring_interval ⇒ ::Integer
Returns the value of attribute monitoring_interval.
-
#monitoring_role_arn ⇒ ::String
Returns the value of attribute monitoring_role_arn.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
-
#performance_insights_kms_key_id ⇒ ::String
Returns the value of attribute performance_insights_kms_key_id.
-
#performance_insights_retention_period ⇒ ::Integer
Returns the value of attribute performance_insights_retention_period.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#rds_custom_cluster_configuration ⇒ Types::RdsCustomClusterConfiguration
Returns the value of attribute rds_custom_cluster_configuration.
-
#scaling_configuration ⇒ Types::ScalingConfiguration
Returns the value of attribute scaling_configuration.
-
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
-
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
-
#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.
3896 3897 3898 |
# File 'sig/types.rbs', line 3896 def associated_roles @associated_roles end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
3856 3857 3858 |
# File 'sig/types.rbs', line 3856 def availability_zones @availability_zones end |
#backtrack_window ⇒ ::Integer
Returns the value of attribute backtrack_window.
3869 3870 3871 |
# File 'sig/types.rbs', line 3869 def backtrack_window @backtrack_window end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
3890 3891 3892 |
# File 'sig/types.rbs', line 3890 def backup_retention_period @backup_retention_period end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
3875 3876 3877 |
# File 'sig/types.rbs', line 3875 def @copy_tags_to_snapshot end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
3863 3864 3865 |
# File 'sig/types.rbs', line 3863 def database_name @database_name end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
3857 3858 3859 |
# File 'sig/types.rbs', line 3857 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_instance_class ⇒ ::String
Returns the value of attribute db_cluster_instance_class.
3878 3879 3880 |
# File 'sig/types.rbs', line 3878 def db_cluster_instance_class @db_cluster_instance_class end |
#db_cluster_parameter_group_name ⇒ ::String
Returns the value of attribute db_cluster_parameter_group_name.
3873 3874 3875 |
# File 'sig/types.rbs', line 3873 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.
3862 3863 3864 |
# File 'sig/types.rbs', line 3862 def db_subnet_group_name @db_subnet_group_name end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
3874 3875 3876 |
# File 'sig/types.rbs', line 3874 def deletion_protection @deletion_protection end |
#domain ⇒ ::String
Returns the value of attribute domain.
3876 3877 3878 |
# File 'sig/types.rbs', line 3876 def domain @domain end |
#domain_iam_role_name ⇒ ::String
Returns the value of attribute domain_iam_role_name.
3877 3878 3879 |
# File 'sig/types.rbs', line 3877 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.
3870 3871 3872 |
# File 'sig/types.rbs', line 3870 def enable_cloudwatch_logs_exports @enable_cloudwatch_logs_exports end |
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
3868 3869 3870 |
# File 'sig/types.rbs', line 3868 def enable_iam_database_authentication @enable_iam_database_authentication end |
#enable_internet_access_gateway ⇒ Boolean
Returns the value of attribute enable_internet_access_gateway.
3895 3896 3897 |
# File 'sig/types.rbs', line 3895 def enable_internet_access_gateway @enable_internet_access_gateway end |
#enable_performance_insights ⇒ Boolean
Returns the value of attribute enable_performance_insights.
3887 3888 3889 |
# File 'sig/types.rbs', line 3887 def enable_performance_insights @enable_performance_insights end |
#enable_vpc_networking ⇒ Boolean
Returns the value of attribute enable_vpc_networking.
3894 3895 3896 |
# File 'sig/types.rbs', line 3894 def enable_vpc_networking @enable_vpc_networking end |
#engine ⇒ ::String
Returns the value of attribute engine.
3859 3860 3861 |
# File 'sig/types.rbs', line 3859 def engine @engine end |
#engine_lifecycle_support ⇒ ::String
Returns the value of attribute engine_lifecycle_support.
3892 3893 3894 |
# File 'sig/types.rbs', line 3892 def engine_lifecycle_support @engine_lifecycle_support end |
#engine_mode ⇒ ::String
Returns the value of attribute engine_mode.
3871 3872 3873 |
# File 'sig/types.rbs', line 3871 def engine_mode @engine_mode end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
3860 3861 3862 |
# File 'sig/types.rbs', line 3860 def engine_version @engine_version end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
3880 3881 3882 |
# File 'sig/types.rbs', line 3880 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
3867 3868 3869 |
# File 'sig/types.rbs', line 3867 def kms_key_id @kms_key_id end |
#monitoring_interval ⇒ ::Integer
Returns the value of attribute monitoring_interval.
3885 3886 3887 |
# File 'sig/types.rbs', line 3885 def monitoring_interval @monitoring_interval end |
#monitoring_role_arn ⇒ ::String
Returns the value of attribute monitoring_role_arn.
3886 3887 3888 |
# File 'sig/types.rbs', line 3886 def monitoring_role_arn @monitoring_role_arn end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
3882 3883 3884 |
# File 'sig/types.rbs', line 3882 def network_type @network_type end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
3864 3865 3866 |
# File 'sig/types.rbs', line 3864 def option_group_name @option_group_name end |
#performance_insights_kms_key_id ⇒ ::String
Returns the value of attribute performance_insights_kms_key_id.
3888 3889 3890 |
# File 'sig/types.rbs', line 3888 def performance_insights_kms_key_id @performance_insights_kms_key_id end |
#performance_insights_retention_period ⇒ ::Integer
Returns the value of attribute performance_insights_retention_period.
3889 3890 3891 |
# File 'sig/types.rbs', line 3889 def performance_insights_retention_period @performance_insights_retention_period end |
#port ⇒ ::Integer
Returns the value of attribute port.
3861 3862 3863 |
# File 'sig/types.rbs', line 3861 def port @port end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
3891 3892 3893 |
# File 'sig/types.rbs', line 3891 def preferred_backup_window @preferred_backup_window end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
3881 3882 3883 |
# File 'sig/types.rbs', line 3881 def publicly_accessible @publicly_accessible end |
#rds_custom_cluster_configuration ⇒ Types::RdsCustomClusterConfiguration
Returns the value of attribute rds_custom_cluster_configuration.
3884 3885 3886 |
# File 'sig/types.rbs', line 3884 def rds_custom_cluster_configuration @rds_custom_cluster_configuration end |
#scaling_configuration ⇒ Types::ScalingConfiguration
Returns the value of attribute scaling_configuration.
3872 3873 3874 |
# File 'sig/types.rbs', line 3872 def scaling_configuration @scaling_configuration end |
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
3883 3884 3885 |
# File 'sig/types.rbs', line 3883 def serverless_v2_scaling_configuration @serverless_v2_scaling_configuration end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
3858 3859 3860 |
# File 'sig/types.rbs', line 3858 def snapshot_identifier @snapshot_identifier end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
3879 3880 3881 |
# File 'sig/types.rbs', line 3879 def storage_type @storage_type end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3893 3894 3895 |
# File 'sig/types.rbs', line 3893 def tag_specifications @tag_specifications end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3866 3867 3868 |
# File 'sig/types.rbs', line 3866 def @tags end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
3865 3866 3867 |
# File 'sig/types.rbs', line 3865 def vpc_security_group_ids @vpc_security_group_ids end |