You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::ScalingConfigurationInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Shows the scaling configuration for an Aurora DB cluster in serverless DB engine mode.

For more information, see Using Amazon Aurora Serverless in the Amazon Aurora User Guide.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#auto_pauseBoolean

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 DB cluster, the DB cluster automatically resumes.

Returns:

  • (Boolean)

    A value that indicates whether automatic pause is allowed for the Aurora DB cluster in serverless DB engine mode.

#max_capacityInteger

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

Returns:

  • (Integer)

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

#min_capacityInteger

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

Returns:

  • (Integer)

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

#seconds_until_auto_pauseInteger

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

Returns:

  • (Integer)

    The remaining amount of time, in seconds, before the Aurora DB cluster in serverless mode is paused.

#timeout_actionString

The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange or RollbackCapacityChange.

Returns:

  • (String)

    The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange or RollbackCapacityChange.