EncryptionAtRestOptions
public struct EncryptionAtRestOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the option to enable Encryption At Rest.
Declaration
Swift
public let enabled: Bool?
-
Specifies the KMS Key ID for Encryption At Rest options.
Declaration
Swift
public let kmsKeyId: String?
-
Undocumented
Declaration
Swift
public init(enabled: Bool? = nil, kmsKeyId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws