Class: Aws::RDS::Types::ClusterPendingModifiedValues

Inherits:
Struct
  • Object
show all
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 =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storageInteger

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.

Returns:

  • (Integer)


958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 958

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :master_user_password,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :allocated_storage,
  :rds_custom_cluster_configuration,
  :iops,
  :storage_type,
  :certificate_details)
  SENSITIVE = []
  include Aws::Structure
end

#backup_retention_periodInteger

The number of days for which automatic DB snapshots are retained.

Returns:

  • (Integer)


958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 958

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :master_user_password,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :allocated_storage,
  :rds_custom_cluster_configuration,
  :iops,
  :storage_type,
  :certificate_details)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_detailsTypes::CertificateDetails

Returns 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.



958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 958

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :master_user_password,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :allocated_storage,
  :rds_custom_cluster_configuration,
  :iops,
  :storage_type,
  :certificate_details)
  SENSITIVE = []
  include Aws::Structure
end

#db_cluster_identifierString

The DBClusterIdentifier value for the DB cluster.

Returns:

  • (String)


958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 958

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :master_user_password,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :allocated_storage,
  :rds_custom_cluster_configuration,
  :iops,
  :storage_type,
  :certificate_details)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

The database engine version.

Returns:

  • (String)


958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 958

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :master_user_password,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :allocated_storage,
  :rds_custom_cluster_configuration,
  :iops,
  :storage_type,
  :certificate_details)
  SENSITIVE = []
  include Aws::Structure
end

#iam_database_authentication_enabledBoolean

Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

Returns:

  • (Boolean)


958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 958

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :master_user_password,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :allocated_storage,
  :rds_custom_cluster_configuration,
  :iops,
  :storage_type,
  :certificate_details)
  SENSITIVE = []
  include Aws::Structure
end

#iopsInteger

The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ DB clusters.

Returns:

  • (Integer)


958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 958

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :master_user_password,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :allocated_storage,
  :rds_custom_cluster_configuration,
  :iops,
  :storage_type,
  :certificate_details)
  SENSITIVE = []
  include Aws::Structure
end

#master_user_passwordString

The master credentials for the DB cluster.

Returns:

  • (String)


958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 958

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :master_user_password,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :allocated_storage,
  :rds_custom_cluster_configuration,
  :iops,
  :storage_type,
  :certificate_details)
  SENSITIVE = []
  include Aws::Structure
end

#pending_cloudwatch_logs_exportsTypes::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.



958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 958

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :master_user_password,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :allocated_storage,
  :rds_custom_cluster_configuration,
  :iops,
  :storage_type,
  :certificate_details)
  SENSITIVE = []
  include Aws::Structure
end

#rds_custom_cluster_configurationTypes::RdsCustomClusterConfiguration

Reserved for future use.



958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 958

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :master_user_password,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :allocated_storage,
  :rds_custom_cluster_configuration,
  :iops,
  :storage_type,
  :certificate_details)
  SENSITIVE = []
  include Aws::Structure
end

#storage_typeString

The storage type for the DB cluster.

Returns:

  • (String)


958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 958

class ClusterPendingModifiedValues < Struct.new(
  :pending_cloudwatch_logs_exports,
  :db_cluster_identifier,
  :master_user_password,
  :iam_database_authentication_enabled,
  :engine_version,
  :backup_retention_period,
  :allocated_storage,
  :rds_custom_cluster_configuration,
  :iops,
  :storage_type,
  :certificate_details)
  SENSITIVE = []
  include Aws::Structure
end