QueryArgProfileConfig
public struct QueryArgProfileConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.
Declaration
Swift
public let forwardWhenQueryArgProfileIsUnknown: Bool
-
Profiles specified for query argument-profile mapping for field-level encryption.
Declaration
Swift
public let queryArgProfiles: QueryArgProfiles?
-
Undocumented
Declaration
Swift
public init(forwardWhenQueryArgProfileIsUnknown: Bool, queryArgProfiles: QueryArgProfiles? = nil)