Class: Aws::Types::ModifyDBClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDBClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#allow_engine_mode_change ⇒ Boolean
Returns the value of attribute allow_engine_mode_change.
-
#allow_major_version_upgrade ⇒ Boolean
Returns the value of attribute allow_major_version_upgrade.
-
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
-
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
-
#aws_backup_recovery_point_arn ⇒ ::String
Returns the value of attribute aws_backup_recovery_point_arn.
-
#backtrack_window ⇒ ::Integer
Returns the value of attribute backtrack_window.
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
-
#cloudwatch_logs_export_configuration ⇒ Types::CloudwatchLogsExportConfiguration
Returns the value of attribute cloudwatch_logs_export_configuration.
-
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
-
#database_insights_mode ⇒ "standard", "advanced"
Returns the value of attribute database_insights_mode.
-
#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_instance_parameter_group_name ⇒ ::String
Returns the value of attribute db_instance_parameter_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_global_write_forwarding ⇒ Boolean
Returns the value of attribute enable_global_write_forwarding.
-
#enable_http_endpoint ⇒ Boolean
Returns the value of attribute enable_http_endpoint.
-
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
-
#enable_limitless_database ⇒ Boolean
Returns the value of attribute enable_limitless_database.
-
#enable_local_write_forwarding ⇒ Boolean
Returns the value of attribute enable_local_write_forwarding.
-
#enable_performance_insights ⇒ Boolean
Returns the value of attribute enable_performance_insights.
-
#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.
-
#manage_master_user_password ⇒ Boolean
Returns the value of attribute manage_master_user_password.
-
#master_user_authentication_type ⇒ "password", "iam-db-auth"
Returns the value of attribute master_user_authentication_type.
-
#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.
-
#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.
-
#new_db_cluster_identifier ⇒ ::String
Returns the value of attribute new_db_cluster_identifier.
-
#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.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#rotate_master_user_password ⇒ Boolean
Returns the value of attribute rotate_master_user_password.
-
#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.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
2997 2998 2999 |
# File 'sig/types.rbs', line 2997 def allocated_storage @allocated_storage end |
#allow_engine_mode_change ⇒ Boolean
Returns the value of attribute allow_engine_mode_change.
3014 3015 3016 |
# File 'sig/types.rbs', line 3014 def allow_engine_mode_change @allow_engine_mode_change end |
#allow_major_version_upgrade ⇒ Boolean
Returns the value of attribute allow_major_version_upgrade.
2987 2988 2989 |
# File 'sig/types.rbs', line 2987 def allow_major_version_upgrade @allow_major_version_upgrade end |
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
2974 2975 2976 |
# File 'sig/types.rbs', line 2974 def apply_immediately @apply_immediately end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
3000 3001 3002 |
# File 'sig/types.rbs', line 3000 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#aws_backup_recovery_point_arn ⇒ ::String
Returns the value of attribute aws_backup_recovery_point_arn.
3015 3016 3017 |
# File 'sig/types.rbs', line 3015 def aws_backup_recovery_point_arn @aws_backup_recovery_point_arn end |
#backtrack_window ⇒ ::Integer
Returns the value of attribute backtrack_window.
2984 2985 2986 |
# File 'sig/types.rbs', line 2984 def backtrack_window @backtrack_window end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
2975 2976 2977 |
# File 'sig/types.rbs', line 2975 def backup_retention_period @backup_retention_period end |
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
3017 3018 3019 |
# File 'sig/types.rbs', line 3017 def ca_certificate_identifier @ca_certificate_identifier end |
#cloudwatch_logs_export_configuration ⇒ Types::CloudwatchLogsExportConfiguration
Returns the value of attribute cloudwatch_logs_export_configuration.
2985 2986 2987 |
# File 'sig/types.rbs', line 2985 def cloudwatch_logs_export_configuration @cloudwatch_logs_export_configuration end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
2994 2995 2996 |
# File 'sig/types.rbs', line 2994 def @copy_tags_to_snapshot end |
#database_insights_mode ⇒ "standard", "advanced"
Returns the value of attribute database_insights_mode.
3005 3006 3007 |
# File 'sig/types.rbs', line 3005 def database_insights_mode @database_insights_mode end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
2972 2973 2974 |
# File 'sig/types.rbs', line 2972 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_instance_class ⇒ ::String
Returns the value of attribute db_cluster_instance_class.
2996 2997 2998 |
# File 'sig/types.rbs', line 2996 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.
2976 2977 2978 |
# File 'sig/types.rbs', line 2976 def db_cluster_parameter_group_name @db_cluster_parameter_group_name end |
#db_instance_parameter_group_name ⇒ ::String
Returns the value of attribute db_instance_parameter_group_name.
2988 2989 2990 |
# File 'sig/types.rbs', line 2988 def db_instance_parameter_group_name @db_instance_parameter_group_name end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
2992 2993 2994 |
# File 'sig/types.rbs', line 2992 def deletion_protection @deletion_protection end |
#domain ⇒ ::String
Returns the value of attribute domain.
2989 2990 2991 |
# File 'sig/types.rbs', line 2989 def domain @domain end |
#domain_iam_role_name ⇒ ::String
Returns the value of attribute domain_iam_role_name.
2990 2991 2992 |
# File 'sig/types.rbs', line 2990 def domain_iam_role_name @domain_iam_role_name end |
#enable_global_write_forwarding ⇒ Boolean
Returns the value of attribute enable_global_write_forwarding.
2995 2996 2997 |
# File 'sig/types.rbs', line 2995 def enable_global_write_forwarding @enable_global_write_forwarding end |
#enable_http_endpoint ⇒ Boolean
Returns the value of attribute enable_http_endpoint.
2993 2994 2995 |
# File 'sig/types.rbs', line 2993 def enable_http_endpoint @enable_http_endpoint end |
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
2983 2984 2985 |
# File 'sig/types.rbs', line 2983 def enable_iam_database_authentication @enable_iam_database_authentication end |
#enable_limitless_database ⇒ Boolean
Returns the value of attribute enable_limitless_database.
3016 3017 3018 |
# File 'sig/types.rbs', line 3016 def enable_limitless_database @enable_limitless_database end |
#enable_local_write_forwarding ⇒ Boolean
Returns the value of attribute enable_local_write_forwarding.
3011 3012 3013 |
# File 'sig/types.rbs', line 3011 def enable_local_write_forwarding @enable_local_write_forwarding end |
#enable_performance_insights ⇒ Boolean
Returns the value of attribute enable_performance_insights.
3006 3007 3008 |
# File 'sig/types.rbs', line 3006 def enable_performance_insights @enable_performance_insights end |
#engine_lifecycle_support ⇒ ::String
Returns the value of attribute engine_lifecycle_support.
3019 3020 3021 |
# File 'sig/types.rbs', line 3019 def engine_lifecycle_support @engine_lifecycle_support end |
#engine_mode ⇒ ::String
Returns the value of attribute engine_mode.
3013 3014 3015 |
# File 'sig/types.rbs', line 3013 def engine_mode @engine_mode end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
2986 2987 2988 |
# File 'sig/types.rbs', line 2986 def engine_version @engine_version end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
2999 3000 3001 |
# File 'sig/types.rbs', line 2999 def iops @iops end |
#manage_master_user_password ⇒ Boolean
Returns the value of attribute manage_master_user_password.
3009 3010 3011 |
# File 'sig/types.rbs', line 3009 def manage_master_user_password @manage_master_user_password end |
#master_user_authentication_type ⇒ "password", "iam-db-auth"
Returns the value of attribute master_user_authentication_type.
3018 3019 3020 |
# File 'sig/types.rbs', line 3018 def master_user_authentication_type @master_user_authentication_type end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
2979 2980 2981 |
# File 'sig/types.rbs', line 2979 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.
3012 3013 3014 |
# File 'sig/types.rbs', line 3012 def master_user_secret_kms_key_id @master_user_secret_kms_key_id end |
#monitoring_interval ⇒ ::Integer
Returns the value of attribute monitoring_interval.
3003 3004 3005 |
# File 'sig/types.rbs', line 3003 def monitoring_interval @monitoring_interval end |
#monitoring_role_arn ⇒ ::String
Returns the value of attribute monitoring_role_arn.
3004 3005 3006 |
# File 'sig/types.rbs', line 3004 def monitoring_role_arn @monitoring_role_arn end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
3001 3002 3003 |
# File 'sig/types.rbs', line 3001 def network_type @network_type end |
#new_db_cluster_identifier ⇒ ::String
Returns the value of attribute new_db_cluster_identifier.
2973 2974 2975 |
# File 'sig/types.rbs', line 2973 def new_db_cluster_identifier @new_db_cluster_identifier end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
2980 2981 2982 |
# File 'sig/types.rbs', line 2980 def option_group_name @option_group_name end |
#performance_insights_kms_key_id ⇒ ::String
Returns the value of attribute performance_insights_kms_key_id.
3007 3008 3009 |
# File 'sig/types.rbs', line 3007 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.
3008 3009 3010 |
# File 'sig/types.rbs', line 3008 def performance_insights_retention_period @performance_insights_retention_period end |
#port ⇒ ::Integer
Returns the value of attribute port.
2978 2979 2980 |
# File 'sig/types.rbs', line 2978 def port @port end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
2981 2982 2983 |
# File 'sig/types.rbs', line 2981 def preferred_backup_window @preferred_backup_window end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
2982 2983 2984 |
# File 'sig/types.rbs', line 2982 def preferred_maintenance_window @preferred_maintenance_window end |
#rotate_master_user_password ⇒ Boolean
Returns the value of attribute rotate_master_user_password.
3010 3011 3012 |
# File 'sig/types.rbs', line 3010 def rotate_master_user_password @rotate_master_user_password end |
#scaling_configuration ⇒ Types::ScalingConfiguration
Returns the value of attribute scaling_configuration.
2991 2992 2993 |
# File 'sig/types.rbs', line 2991 def scaling_configuration @scaling_configuration end |
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
3002 3003 3004 |
# File 'sig/types.rbs', line 3002 def serverless_v2_scaling_configuration @serverless_v2_scaling_configuration end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
2998 2999 3000 |
# File 'sig/types.rbs', line 2998 def storage_type @storage_type end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
2977 2978 2979 |
# File 'sig/types.rbs', line 2977 def vpc_security_group_ids @vpc_security_group_ids end |