AWS::DSQL::Cluster MultiRegionProperties - Amazon CloudFormation
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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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