Data Lake Configuration Replication Configuration
    data class DataLakeConfigurationReplicationConfiguration(val regions: List<String>? = null, val roleArn: String? = null)
Constructors
Link copied to clipboard
                fun DataLakeConfigurationReplicationConfiguration(regions: List<String>? = null, roleArn: String? = null)
Types
Properties
Link copied to clipboard
                Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Amazon S3 buckets that are configured for object replication can be owned by the same AWS 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 AWS Regions or within the same Region as the source bucket.