Class: Aws::Types::RestoreDBClusterToPointInTimeMessage
- Inherits:
-
Object
- Object
- Aws::Types::RestoreDBClusterToPointInTimeMessage
- 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.
-
#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.
-
#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_lifecycle_support ⇒ ::String
Returns the value of attribute engine_lifecycle_support.
-
#engine_mode ⇒ ::String
Returns the value of attribute engine_mode.
-
#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.
-
#restore_to_time ⇒ ::Time
Returns the value of attribute restore_to_time.
-
#restore_type ⇒ ::String
Returns the value of attribute restore_type.
-
#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.
-
#source_db_cluster_identifier ⇒ ::String
Returns the value of attribute source_db_cluster_identifier.
-
#source_db_cluster_resource_id ⇒ ::String
Returns the value of attribute source_db_cluster_resource_id.
-
#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.
-
#use_latest_restorable_time ⇒ Boolean
Returns the value of attribute use_latest_restorable_time.
-
#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.
3946 3947 3948 |
# File 'sig/types.rbs', line 3946 def associated_roles @associated_roles end |
#backtrack_window ⇒ ::Integer
Returns the value of attribute backtrack_window.
3918 3919 3920 |
# File 'sig/types.rbs', line 3918 def backtrack_window @backtrack_window end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
3940 3941 3942 |
# File 'sig/types.rbs', line 3940 def backup_retention_period @backup_retention_period end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
3922 3923 3924 |
# File 'sig/types.rbs', line 3922 def @copy_tags_to_snapshot end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
3906 3907 3908 |
# File 'sig/types.rbs', line 3906 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_instance_class ⇒ ::String
Returns the value of attribute db_cluster_instance_class.
3925 3926 3927 |
# File 'sig/types.rbs', line 3925 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.
3920 3921 3922 |
# File 'sig/types.rbs', line 3920 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.
3912 3913 3914 |
# File 'sig/types.rbs', line 3912 def db_subnet_group_name @db_subnet_group_name end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
3921 3922 3923 |
# File 'sig/types.rbs', line 3921 def deletion_protection @deletion_protection end |
#domain ⇒ ::String
Returns the value of attribute domain.
3923 3924 3925 |
# File 'sig/types.rbs', line 3923 def domain @domain end |
#domain_iam_role_name ⇒ ::String
Returns the value of attribute domain_iam_role_name.
3924 3925 3926 |
# File 'sig/types.rbs', line 3924 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.
3919 3920 3921 |
# File 'sig/types.rbs', line 3919 def enable_cloudwatch_logs_exports @enable_cloudwatch_logs_exports end |
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
3917 3918 3919 |
# File 'sig/types.rbs', line 3917 def enable_iam_database_authentication @enable_iam_database_authentication end |
#enable_internet_access_gateway ⇒ Boolean
Returns the value of attribute enable_internet_access_gateway.
3945 3946 3947 |
# File 'sig/types.rbs', line 3945 def enable_internet_access_gateway @enable_internet_access_gateway end |
#enable_performance_insights ⇒ Boolean
Returns the value of attribute enable_performance_insights.
3937 3938 3939 |
# File 'sig/types.rbs', line 3937 def enable_performance_insights @enable_performance_insights end |
#enable_vpc_networking ⇒ Boolean
Returns the value of attribute enable_vpc_networking.
3944 3945 3946 |
# File 'sig/types.rbs', line 3944 def enable_vpc_networking @enable_vpc_networking end |
#engine_lifecycle_support ⇒ ::String
Returns the value of attribute engine_lifecycle_support.
3942 3943 3944 |
# File 'sig/types.rbs', line 3942 def engine_lifecycle_support @engine_lifecycle_support end |
#engine_mode ⇒ ::String
Returns the value of attribute engine_mode.
3933 3934 3935 |
# File 'sig/types.rbs', line 3933 def engine_mode @engine_mode end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
3928 3929 3930 |
# File 'sig/types.rbs', line 3928 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
3916 3917 3918 |
# File 'sig/types.rbs', line 3916 def kms_key_id @kms_key_id end |
#monitoring_interval ⇒ ::Integer
Returns the value of attribute monitoring_interval.
3935 3936 3937 |
# File 'sig/types.rbs', line 3935 def monitoring_interval @monitoring_interval end |
#monitoring_role_arn ⇒ ::String
Returns the value of attribute monitoring_role_arn.
3936 3937 3938 |
# File 'sig/types.rbs', line 3936 def monitoring_role_arn @monitoring_role_arn end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
3929 3930 3931 |
# File 'sig/types.rbs', line 3929 def network_type @network_type end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
3913 3914 3915 |
# File 'sig/types.rbs', line 3913 def option_group_name @option_group_name end |
#performance_insights_kms_key_id ⇒ ::String
Returns the value of attribute performance_insights_kms_key_id.
3938 3939 3940 |
# File 'sig/types.rbs', line 3938 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.
3939 3940 3941 |
# File 'sig/types.rbs', line 3939 def performance_insights_retention_period @performance_insights_retention_period end |
#port ⇒ ::Integer
Returns the value of attribute port.
3911 3912 3913 |
# File 'sig/types.rbs', line 3911 def port @port end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
3941 3942 3943 |
# File 'sig/types.rbs', line 3941 def preferred_backup_window @preferred_backup_window end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
3927 3928 3929 |
# File 'sig/types.rbs', line 3927 def publicly_accessible @publicly_accessible end |
#rds_custom_cluster_configuration ⇒ Types::RdsCustomClusterConfiguration
Returns the value of attribute rds_custom_cluster_configuration.
3934 3935 3936 |
# File 'sig/types.rbs', line 3934 def rds_custom_cluster_configuration @rds_custom_cluster_configuration end |
#restore_to_time ⇒ ::Time
Returns the value of attribute restore_to_time.
3909 3910 3911 |
# File 'sig/types.rbs', line 3909 def restore_to_time @restore_to_time end |
#restore_type ⇒ ::String
Returns the value of attribute restore_type.
3907 3908 3909 |
# File 'sig/types.rbs', line 3907 def restore_type @restore_type end |
#scaling_configuration ⇒ Types::ScalingConfiguration
Returns the value of attribute scaling_configuration.
3932 3933 3934 |
# File 'sig/types.rbs', line 3932 def scaling_configuration @scaling_configuration end |
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
3931 3932 3933 |
# File 'sig/types.rbs', line 3931 def serverless_v2_scaling_configuration @serverless_v2_scaling_configuration end |
#source_db_cluster_identifier ⇒ ::String
Returns the value of attribute source_db_cluster_identifier.
3908 3909 3910 |
# File 'sig/types.rbs', line 3908 def source_db_cluster_identifier @source_db_cluster_identifier end |
#source_db_cluster_resource_id ⇒ ::String
Returns the value of attribute source_db_cluster_resource_id.
3930 3931 3932 |
# File 'sig/types.rbs', line 3930 def source_db_cluster_resource_id @source_db_cluster_resource_id end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
3926 3927 3928 |
# File 'sig/types.rbs', line 3926 def storage_type @storage_type end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3943 3944 3945 |
# File 'sig/types.rbs', line 3943 def tag_specifications @tag_specifications end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3915 3916 3917 |
# File 'sig/types.rbs', line 3915 def @tags end |
#use_latest_restorable_time ⇒ Boolean
Returns the value of attribute use_latest_restorable_time.
3910 3911 3912 |
# File 'sig/types.rbs', line 3910 def use_latest_restorable_time @use_latest_restorable_time end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
3914 3915 3916 |
# File 'sig/types.rbs', line 3914 def vpc_security_group_ids @vpc_security_group_ids end |