You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3::Types::SourceSelectionCriteria

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SourceSelectionCriteria as input to an Aws::Client method, you can use a vanilla Hash:

{
  sse_kms_encrypted_objects: {
    status: "Enabled", # required, accepts Enabled, Disabled
  },
}

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 master key (CMK) stored in AWS Key Management Service (SSE-KMS).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#sse_kms_encrypted_objectsTypes::SseKmsEncryptedObjects

A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. If you include SourceSelectionCriteria in the replication configuration, this element is required.

Returns: