AWSS3SourceSelectionCriteria
Objective-C
@interface AWSS3SourceSelectionCriteria
Swift
class AWSS3SourceSelectionCriteria
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).
-
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.Declaration
Objective-C
@property (nonatomic, strong) AWSS3SseKmsEncryptedObjects *_Nullable sseKmsEncryptedObjects;
Swift
var sseKmsEncryptedObjects: AWSS3SseKmsEncryptedObjects? { get set }