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::EFS::FileSystem ReplicationConfiguration
Describes the replication configuration for a specific file system.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Destinations" :[ ReplicationDestination, ... ]}
YAML
Destinations:- ReplicationDestination
Properties
Destinations-
An array of destination objects. Only one destination object is supported.
Required: No
Type: Array of ReplicationDestination
Minimum:
1Maximum:
1Update requires: No interruption