Class: Aws::RDS::Types::ClusterPendingModifiedValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::ClusterPendingModifiedValues
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
This data type is used as a response element in the ModifyDBCluster
operation and contains changes that will be applied during the next
maintenance window.
Constant Summary collapse
- SENSITIVE =
[:master_user_password]
Instance Attribute Summary collapse
-
#allocated_storage ⇒ Integer
The allocated storage size in gibibytes (GiB) for all database engines except Amazon Aurora.
-
#backup_retention_period ⇒ Integer
The number of days for which automatic DB snapshots are retained.
-
#certificate_details ⇒ Types::CertificateDetails
The details of the DB instance’s server certificate.
-
#db_cluster_identifier ⇒ String
The DBClusterIdentifier value for the DB cluster.
-
#engine_version ⇒ String
The database engine version.
-
#iam_database_authentication_enabled ⇒ Boolean
Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
-
#iops ⇒ Integer
The Provisioned IOPS (I/O operations per second) value.
-
#master_user_password ⇒ String
The master credentials for the DB cluster.
-
#pending_cloudwatch_logs_exports ⇒ Types::PendingCloudwatchLogsExports
A list of the log types whose configuration is still pending.
-
#rds_custom_cluster_configuration ⇒ Types::RdsCustomClusterConfiguration
Reserved for future use.
-
#storage_type ⇒ String
The storage type for the DB cluster.
Instance Attribute Details
#allocated_storage ⇒ Integer
The allocated storage size in gibibytes (GiB) for all database
engines except Amazon Aurora. For Aurora, AllocatedStorage always
returns 1, because Aurora DB cluster storage size isn't fixed, but
instead automatically adjusts as needed.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 1188 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :storage_type, :allocated_storage, :rds_custom_cluster_configuration, :iops, :certificate_details) SENSITIVE = [:master_user_password] include Aws::Structure end |
#backup_retention_period ⇒ Integer
The number of days for which automatic DB snapshots are retained.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 1188 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :storage_type, :allocated_storage, :rds_custom_cluster_configuration, :iops, :certificate_details) SENSITIVE = [:master_user_password] include Aws::Structure end |
#certificate_details ⇒ Types::CertificateDetails
The details of the DB instance’s server certificate.
For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 1188 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :storage_type, :allocated_storage, :rds_custom_cluster_configuration, :iops, :certificate_details) SENSITIVE = [:master_user_password] include Aws::Structure end |
#db_cluster_identifier ⇒ String
The DBClusterIdentifier value for the DB cluster.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 1188 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :storage_type, :allocated_storage, :rds_custom_cluster_configuration, :iops, :certificate_details) SENSITIVE = [:master_user_password] include Aws::Structure end |
#engine_version ⇒ String
The database engine version.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 1188 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :storage_type, :allocated_storage, :rds_custom_cluster_configuration, :iops, :certificate_details) SENSITIVE = [:master_user_password] include Aws::Structure end |
#iam_database_authentication_enabled ⇒ Boolean
Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 1188 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :storage_type, :allocated_storage, :rds_custom_cluster_configuration, :iops, :certificate_details) SENSITIVE = [:master_user_password] include Aws::Structure end |
#iops ⇒ Integer
The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ DB clusters.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 1188 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :storage_type, :allocated_storage, :rds_custom_cluster_configuration, :iops, :certificate_details) SENSITIVE = [:master_user_password] include Aws::Structure end |
#master_user_password ⇒ String
The master credentials for the DB cluster.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 1188 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :storage_type, :allocated_storage, :rds_custom_cluster_configuration, :iops, :certificate_details) SENSITIVE = [:master_user_password] include Aws::Structure end |
#pending_cloudwatch_logs_exports ⇒ Types::PendingCloudwatchLogsExports
A list of the log types whose configuration is still pending. In other words, these log types are in the process of being activated or deactivated.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 1188 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :storage_type, :allocated_storage, :rds_custom_cluster_configuration, :iops, :certificate_details) SENSITIVE = [:master_user_password] include Aws::Structure end |
#rds_custom_cluster_configuration ⇒ Types::RdsCustomClusterConfiguration
Reserved for future use.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 1188 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :storage_type, :allocated_storage, :rds_custom_cluster_configuration, :iops, :certificate_details) SENSITIVE = [:master_user_password] include Aws::Structure end |
#storage_type ⇒ String
The storage type for the DB cluster.
1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 1188 class ClusterPendingModifiedValues < Struct.new( :pending_cloudwatch_logs_exports, :db_cluster_identifier, :master_user_password, :iam_database_authentication_enabled, :engine_version, :backup_retention_period, :storage_type, :allocated_storage, :rds_custom_cluster_configuration, :iops, :certificate_details) SENSITIVE = [:master_user_password] include Aws::Structure end |