FieldLevelEncryptionConfig
public struct FieldLevelEncryptionConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique number that ensures the request can’t be replayed.
Declaration
Swift
public let callerReference: String
-
An optional comment about the configuration.
Declaration
Swift
public let comment: String?
-
A complex data type that specifies when to forward content if a content type isn’t recognized and profiles to use as by default in a request if a query argument doesn’t specify a profile to use.
Declaration
Swift
public let contentTypeProfileConfig: ContentTypeProfileConfig?
-
A complex data type that specifies when to forward content if a profile isn’t found and the profile that can be provided as a query argument in a request.
Declaration
Swift
public let queryArgProfileConfig: QueryArgProfileConfig?
-
Undocumented
Declaration
Swift
public init(callerReference: String, comment: String? = nil, contentTypeProfileConfig: ContentTypeProfileConfig? = nil, queryArgProfileConfig: QueryArgProfileConfig? = nil)