QueryStringObject
public struct QueryStringObject : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether the distribution forwards and caches based on query strings.
Declaration
Swift
public let option: Bool?
-
The specific query strings that the distribution forwards to the origin. Your distribution will cache content based on the specified query strings. If the option parameter is true, then your distribution forwards all query strings, regardless of what you specify using the queryStringsAllowList parameter.
Declaration
Swift
public let queryStringsAllowList: [String]?
-
Undocumented
Declaration
Swift
public init(option: Bool? = nil, queryStringsAllowList: [String]? = nil)