AWSS3SSEKMS
Objective-C
@interface AWSS3SSEKMS
Swift
class AWSS3SSEKMS
Specifies the use of SSE-KMS to encrypt delivered inventory reports.
Required parameters: [KeyId]
-
Specifies the ID of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) to use for encrypting inventory reports.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable keyId;
Swift
var keyId: String? { get set }