Amazon S3 API · Schema

ReplicationConfiguration

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

Cloud StorageObject StorageStorage

Properties

Name Type Description
Role object
Rules object
View JSON Schema on GitHub

JSON Schema

s3-replicationconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReplicationConfiguration",
  "type": "object",
  "properties": {
    "Role": {},
    "Rules": {}
  },
  "required": [
    "Role",
    "Rules"
  ],
  "description": "A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB."
}