Amazon S3 API · JSON Structure

S3 Replicationtime Structure

A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Replicationtime Structure is a JSON Structure definition published by Amazon S3 API. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "ReplicationTime",
  "type": "object",
  "description": " A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a <code>Metrics</code> block. ",
  "fields": [
    {
      "name": "Status",
      "type": "string"
    },
    {
      "name": "Time",
      "type": "string"
    }
  ]
}