ServerSideEncryptionByDefault
public struct ServerSideEncryptionByDefault : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
AWS Key Management Service (KMS) customer master key ID to use for the default encryption. This parameter is allowed if and only if SSEAlgorithm is set to aws:kms. You can specify the key ID or the Amazon Resource Name (ARN) of the CMK. However, if you are using encryption with cross-account operations, you must use a fully qualified CMK ARN. For more information, see Using encryption for cross-account operations. For example: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Amazon S3 only supports symmetric CMKs and not asymmetric CMKs. For more information, see Using Symmetric and Asymmetric Keys in the AWS Key Management Service Developer Guide.
Declaration
Swift
public let kMSMasterKeyID: String?
-
Server-side encryption algorithm to use for the default encryption.
Declaration
Swift
public let sSEAlgorithm: ServerSideEncryption
-
Undocumented
Declaration
Swift
public init(kMSMasterKeyID: String? = nil, sSEAlgorithm: ServerSideEncryption)