Bucket Replication Configuration Args
data class BucketReplicationConfigurationArgs(val role: Output<String>, val rules: Output<List<BucketReplicationRuleArgs>>) : ConvertibleToJava<BucketReplicationConfigurationArgs>
A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB. The latest version of the replication configuration XML is V2. For more information about XML V2 replication configurations, see Replication configuration in the Amazon S3 User Guide.
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the IAMlong (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon S3 User Guide.
Link copied to clipboard
A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.