View a markdown version of this page

AuroraProvisionedScalingConfiguration - Amazon Application Recovery Controller
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AuroraProvisionedScalingConfiguration

Configuration for Amazon Aurora provisioned cluster scaling used in a Region switch plan.

Contents

globalClusterIdentifier

The global cluster identifier for a global database.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: [A-Za-z][0-9A-Za-z-:._]*

Required: Yes

instanceArns

Per-Region configuration that maps each Region to the Aurora database instance ARN for scaling.

Type: String to string map

Map Entries: Maximum number of 2 items.

Key Pattern: [a-z]{2}-[a-z-]+-\d+

Value Pattern: arn:aws[a-zA-Z-]*:rds:[a-z0-9-]+:\d{12}:db:[A-Za-z][0-9A-Za-z-]{0,62}

Required: Yes

regionDatabaseClusterArns

Per-Region configuration that maps each Region to the Aurora database cluster ARN for scaling.

Type: String to string map

Map Entries: Fixed number of 2 items.

Key Pattern: [a-z]{2}-[a-z-]+-\d+

Value Pattern: arn:aws[a-zA-Z-]*:rds:[a-z0-9-]+:\d{12}:cluster:[A-Za-z][0-9A-Za-z-:._]*

Required: Yes

crossAccountRole

The cross account role for the configuration.

Type: String

Pattern: arn:aws[a-zA-Z0-9-]*:iam::[0-9]{12}:role/.+

Required: No

externalId

The external ID (secret key) for the configuration.

Type: String

Required: No

timeoutMinutes

The timeout value specified for the configuration.

Type: Integer

Valid Range: Minimum value of 1.

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: