Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

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).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#replica_modificationsTypes::ReplicaModifications

A filter that you can specify for selections for modifications on replicas. Amazon S3 doesn't replicate replica modifications by default. In the latest version of replication configuration (when Filter is specified), you can specify this element and set the status to Enabled to replicate modifications on replicas.

If you don't specify the Filter element, Amazon S3 assumes that the replication configuration is the earlier version, V1. In the earlier version, this element is not allowed


18021
18022
18023
18024
18025
18026
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 18021

class SourceSelectionCriteria < Struct.new(
  :sse_kms_encrypted_objects,
  :replica_modifications)
  SENSITIVE = []
  include Aws::Structure
end

#sse_kms_encrypted_objectsTypes::SseKmsEncryptedObjects

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


18021
18022
18023
18024
18025
18026
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 18021

class SourceSelectionCriteria < Struct.new(
  :sse_kms_encrypted_objects,
  :replica_modifications)
  SENSITIVE = []
  include Aws::Structure
end