Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface ReplicationConfiguration

A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.

Hierarchy

  • ReplicationConfiguration

Properties

Properties

Role: undefined | string

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon S3 User Guide.

Rules: undefined | ReplicationRule[]

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.