Amazon S3 API · Schema

ReplicationTimeValue

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

Cloud StorageObject StorageStorage

Properties

Name Type Description
Minutes object
View JSON Schema on GitHub

JSON Schema

s3-replicationtimevalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReplicationTimeValue",
  "type": "object",
  "properties": {
    "Minutes": {}
  },
  "description": " A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics <code>EventThreshold</code>. "
}