Amazon S3 API · JSON Structure

S3 Sourceselectioncriteria Structure

A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. Currently, Amazon S3 supports only the filter that you can specify for objects created with server-side encryption using a customer managed key stored in Amazon Web Services Key Management Service (SSE-KMS).

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Sourceselectioncriteria 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": "SourceSelectionCriteria",
  "type": "object",
  "description": "A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. Currently, Amazon S3 supports only the filter that you can specify for objects created with server-side encryption using a customer managed key stored in Amazon Web Services Key Management Service (SSE-KMS).",
  "fields": [
    {
      "name": "SseKmsEncryptedObjects",
      "type": "string"
    },
    {
      "name": "ReplicaModifications",
      "type": "string"
    }
  ]
}