Class: Aws::S3Control::Types::SourceSelectionCriteria

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#replica_modificationsTypes::ReplicaModifications

A filter that you can use to specify whether replica modification sync is enabled. S3 on Outposts replica modification sync can help you keep object metadata synchronized between replicas and source objects. By default, S3 on Outposts replicates metadata from the source objects to the replicas only. When replica modification sync is enabled, S3 on Outposts replicates metadata changes made to the replica copies back to the source object, making the replication bidirectional.

To replicate object metadata modifications on replicas, you can specify this element and set the Status of this element to Enabled.

You must enable replica modification sync on the source and destination buckets to replicate replica metadata changes between the source and the replicas.



7501
7502
7503
7504
7505
7506
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7501

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

#sse_kms_encrypted_objectsTypes::SseKmsEncryptedObjects

A filter that you can use to select Amazon S3 objects that are encrypted with server-side encryption by using Key Management Service (KMS) keys. If you include SourceSelectionCriteria in the replication configuration, this element is required.

This is not supported by Amazon S3 on Outposts buckets.



7501
7502
7503
7504
7505
7506
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7501

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