View a markdown version of this page

AWS::ARCRegionSwitch::Plan AuroraServerlessScalingConfiguration - AWS CloudFormation

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 AuroraServerlessScalingConfiguration

Configuration for Amazon Aurora Serverless 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, "RegionDatabaseClusterArns" : {Key: Value, ...}, "TargetPercent" : Number, "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

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

TargetPercent

The target capacity percentage for Aurora Serverless scaling.

Required: No

Type: Number

Update requires: No interruption

TimeoutMinutes

The timeout value specified for the configuration.

Required: No

Type: Number

Minimum: 1

Update requires: No interruption