EncryptionConfiguration
public struct EncryptionConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The encryption key.
Declaration
Swift
public let kMSEncryptionConfig: KMSEncryptionConfig? -
Specifically override existing encryption information to ensure that no encryption is used.
Declaration
Swift
public let noEncryptionConfig: NoEncryptionConfig? -
Undocumented
Declaration
Swift
public init(kMSEncryptionConfig: KMSEncryptionConfig? = nil, noEncryptionConfig: NoEncryptionConfig? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
EncryptionConfiguration Structure Reference