CookieObject
public struct CookieObject : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The specific cookies to forward to your distribution’s origin.
Declaration
Swift
public let cookiesAllowList: [String]?
-
Specifies which cookies to forward to the distribution’s origin for a cache behavior: all, none, or allow-list to forward only the cookies specified in the cookiesAllowList parameter.
Declaration
Swift
public let option: ForwardValues?
-
Undocumented
Declaration
Swift
public init(cookiesAllowList: [String]? = nil, option: ForwardValues? = nil)