AWS::ARCRegionSwitch::Plan AuroraProvisionedScalingConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ARCRegionSwitch::Plan AuroraProvisionedScalingConfiguration

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

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "CrossAccountRole" : String, "ExternalId" : String, "GlobalClusterIdentifier" : String, "InstanceArns" : {Key: Value, ...}, "RegionDatabaseClusterArns" : {Key: Value, ...}, "TimeoutMinutes" : Number }

YAML

CrossAccountRole: String ExternalId: String GlobalClusterIdentifier: String InstanceArns: Key: Value RegionDatabaseClusterArns: Key: Value TimeoutMinutes: Number

Properties

CrossAccountRole

The cross account role for the configuration.

Required: No

Type: String

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

Update requires: No interruption

ExternalId

The external ID (secret key) for the configuration.

Required: No

Type: String

Update requires: No interruption

GlobalClusterIdentifier

The global cluster identifier for a global database.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 255

Update requires: No interruption

InstanceArns

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

Required: Yes

Type: Object of String

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

Update requires: No interruption

RegionDatabaseClusterArns

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

Required: Yes

Type: Object of String

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

Update requires: No interruption

TimeoutMinutes

The timeout value specified for the configuration.

Required: No

Type: Number

Minimum: 1

Update requires: No interruption