CreateFieldLevelEncryptionConfigRequest
public struct CreateFieldLevelEncryptionConfigRequest : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String?
-
Declaration
Swift
public static let _xmlNamespace: String?
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The request to create a new field-level encryption configuration.
Declaration
Swift
public let fieldLevelEncryptionConfig: FieldLevelEncryptionConfig
-
Undocumented
Declaration
Swift
public init(fieldLevelEncryptionConfig: FieldLevelEncryptionConfig)