S3Encryption
public struct S3Encryption : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
Declaration
Swift
public let kmsKeyArn: String?
-
The encryption mode to use for Amazon S3 data.
Declaration
Swift
public let s3EncryptionMode: S3EncryptionMode?
-
Undocumented
Declaration
Swift
public init(kmsKeyArn: String? = nil, s3EncryptionMode: S3EncryptionMode? = nil)
-
Declaration
Swift
public func validate(name: String) throws