AWS::DSQL::Cluster MultiRegionProperties - 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::DSQL::Cluster MultiRegionProperties

Defines the structure for multi-Region cluster configurations, containing the witness Region and peered cluster settings.

Syntax

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

JSON

{ "Clusters" : [ String, ... ], "WitnessRegion" : String }

YAML

Clusters: - String WitnessRegion: String

Properties

Clusters

The set of peered clusters that form the multi-Region cluster configuration. Each peered cluster represents a database instance in a different Region.

Required: No

Type: Array of String

Update requires: No interruption

WitnessRegion

The Region that serves as the witness Region for a multi-Region cluster. The witness Region helps maintain cluster consistency and quorum.

Required: No

Type: String

Update requires: No interruption