AWS::SecurityLake::DataLake ReplicationConfiguration - 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).

AWS::SecurityLake::DataLake ReplicationConfiguration

Provides replication configuration details for objects stored in the Amazon Security Lake data lake.

Syntax

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

JSON

{ "Regions" : [ String, ... ], "RoleArn" : String }

YAML

Regions: - String RoleArn: String

Properties

Regions

Specifies one or more centralized rollup Regions. The AWS Region specified in the region parameter of the CreateDataLake or UpdateDataLake operations contributes data to the rollup Region or Regions specified in this parameter.

Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. S3 buckets that are configured for object replication can be owned by the same Amazon account or by different accounts. You can replicate objects to a single destination bucket or to multiple destination buckets. The destination buckets can be in different Regions or within the same Region as the source bucket.

Required: No

Type: Array of String

Update requires: No interruption

RoleArn

Replication settings for the Amazon S3 buckets. This parameter uses the Amazon Identity and Access Management (IAM) role you created that is managed by Security Lake, to ensure the replication setting is correct.

Required: No

Type: String

Pattern: ^arn:.*$

Update requires: No interruption