Module: AWSCDK::RDS::TimeoutAction

Defined in:
rds/timeout_action.rb

Overview

TimeoutAction defines the action to take when a timeout occurs if a scaling point is not found.

Constant Summary collapse

FORCE_APPLY_CAPACITY_CHANGE =
Deprecated.
Note:

Default:

FORCE_APPLY_CAPACITY_CHANGE sets the capacity to the specified value as soon as possible.

Transactions may be interrupted, and connections to temporary tables and locks may be dropped. Only select this option if your application can recover from dropped connections or incomplete transactions.

Jsii::Enum.new("aws-cdk-lib.aws_rds.TimeoutAction", "FORCE_APPLY_CAPACITY_CHANGE")
ROLLBACK_CAPACITY_CHANGE =
Deprecated.
Note:

Default:

ROLLBACK_CAPACITY_CHANGE ignores the capacity change if a scaling point is not found.

This is the default behavior.

Jsii::Enum.new("aws-cdk-lib.aws_rds.TimeoutAction", "ROLLBACK_CAPACITY_CHANGE")