AWSS3SseKmsEncryptedObjects
Objective-C
@interface AWSS3SseKmsEncryptedObjects
Swift
class AWSS3SseKmsEncryptedObjects
A container for filter information for the selection of S3 objects encrypted with AWS KMS.
Required parameters: [Status]
-
Specifies whether Amazon S3 replicates objects created with server-side encryption using a customer master key (CMK) stored in AWS Key Management Service.
Declaration
Objective-C
@property (nonatomic) AWSS3SseKmsEncryptedObjectsStatus status;
Swift
var status: AWSS3SseKmsEncryptedObjectsStatus { get set }