メインコンテンツまでスキップ

AWSRDSDatabaseClusterPendingModifiedValues

No description

type AWSRDSDatabaseClusterPendingModifiedValues {
allocatedStorage: Int!
backupRetentionPeriod: Int!
clusterId: String!
engineVersion: String!
iamDatabaseAuthenticationEnabled: Boolean!
iops: Int!
pendingCloudwatchLogsExports: AWSRDSDatabaseClusterPendingCloudwatchLogsExports
storageType: String!
}

Fields

AWSRDSDatabaseClusterPendingModifiedValues.allocatedStorage ● Int! non-null scalar

The allocated storage size in gibibytes (GiB) for all database engines except Amazon Aurora

AWSRDSDatabaseClusterPendingModifiedValues.backupRetentionPeriod ● Int! non-null scalar

The number of days for which automatic DB snapshots are retained

AWSRDSDatabaseClusterPendingModifiedValues.clusterId ● String! non-null scalar

The id for the DB cluster

AWSRDSDatabaseClusterPendingModifiedValues.engineVersion ● String! non-null scalar

The database engine version

AWSRDSDatabaseClusterPendingModifiedValues.iamDatabaseAuthenticationEnabled ● Boolean! non-null scalar

A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled

AWSRDSDatabaseClusterPendingModifiedValues.iops ● Int! non-null scalar

The Provisioned IOPS (I/O operations per second) value

AWSRDSDatabaseClusterPendingModifiedValues.pendingCloudwatchLogsExports ● AWSRDSDatabaseClusterPendingCloudwatchLogsExports object

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

AWSRDSDatabaseClusterPendingModifiedValues.storageType ● String! non-null scalar

The storage type for the DB cluster

Member of

AWSRDSDatabaseCluster object