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

AWSRDSDatabaseClusterScalingConfiguration

No description

type AWSRDSDatabaseClusterScalingConfiguration {
autoPause: Boolean!
maximumCapacity: Int!
minimumCapacity: Int!
secondsBeforeTimeout: Int!
secondsUntilAutoPause: Int!
timeoutAction: String!
}

Fields

AWSRDSDatabaseClusterScalingConfiguration.autoPause ● Boolean! non-null scalar

A value that indicates whether automatic pause is allowed for the Aurora DB cluster in serverless DB engine mode. When the value is set to false for an Aurora Serverless v1 DB cluster, the DB cluster automatically resumes.

AWSRDSDatabaseClusterScalingConfiguration.maximumCapacity ● Int! non-null scalar

The maximum capacity for an Aurora DB cluster in serverless DB engine mode.

AWSRDSDatabaseClusterScalingConfiguration.minimumCapacity ● Int! non-null scalar

The minimum capacity for an Aurora DB cluster in serverless DB engine mode.

AWSRDSDatabaseClusterScalingConfiguration.secondsBeforeTimeout ● Int! non-null scalar

The number of seconds before scaling times out. What happens when an attempted scaling action times out is determined by the TimeoutAction setting.

AWSRDSDatabaseClusterScalingConfiguration.secondsUntilAutoPause ● Int! non-null scalar

The remaining amount of time, in seconds, before the Aurora DB cluster in serverless mode is paused. A DB cluster can be paused only when it's idle (it has no connections).

AWSRDSDatabaseClusterScalingConfiguration.timeoutAction ● String! non-null scalar

The action that occurs when Aurora times out while attempting to change the capacity of an Aurora Serverless v1 cluster.

Member of

AWSRDSDatabaseCluster object