Amazon S3 API · JSON Structure

S3 Replicationtimevalue Structure

A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Replicationtimevalue 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": "ReplicationTimeValue",
  "type": "object",
  "description": " A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics <code>EventThreshold</code>. ",
  "fields": [
    {
      "name": "Minutes",
      "type": "string"
    }
  ]
}