Amazon S3 API · Schema

GetBucketReplicationOutput

Cloud StorageObject StorageStorage

Properties

Name Type Description
ReplicationConfiguration object A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.
View JSON Schema on GitHub

JSON Schema

s3-getbucketreplicationoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetBucketReplicationOutput",
  "type": "object",
  "properties": {
    "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."
    }
  }
}