AWS::S3::Bucket SourceSelectionCriteria
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.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ReplicaModifications" :
ReplicaModifications
, "SseKmsEncryptedObjects" :SseKmsEncryptedObjects
}
Properties
ReplicaModifications
-
A filter that you can specify for selection for modifications on replicas.
Required: No
Type: ReplicaModifications
Update requires: No interruption
SseKmsEncryptedObjects
-
A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS.
Required: No
Type: SseKmsEncryptedObjects
Update requires: No interruption