OriginRequestPolicyConfig
public struct OriginRequestPolicyConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A comment to describe the origin request policy.
Declaration
Swift
public let comment: String? -
The cookies from viewer requests to include in origin requests.
Declaration
Swift
public let cookiesConfig: OriginRequestPolicyCookiesConfig -
The HTTP headers to include in origin requests. These can include headers from viewer requests and additional headers added by CloudFront.
Declaration
Swift
public let headersConfig: OriginRequestPolicyHeadersConfig -
A unique name to identify the origin request policy.
Declaration
Swift
public let name: String -
The URL query strings from viewer requests to include in origin requests.
Declaration
Swift
public let queryStringsConfig: OriginRequestPolicyQueryStringsConfig -
Undocumented
Declaration
Swift
public init(comment: String? = nil, cookiesConfig: OriginRequestPolicyCookiesConfig, headersConfig: OriginRequestPolicyHeadersConfig, name: String, queryStringsConfig: OriginRequestPolicyQueryStringsConfig)
View on GitHub
OriginRequestPolicyConfig Structure Reference