GetOriginRequestPolicyResult

data class GetOriginRequestPolicyResult(val arn: String, val comment: String, val cookiesConfigs: List<GetOriginRequestPolicyCookiesConfig>, val etag: String, val headersConfigs: List<GetOriginRequestPolicyHeadersConfig>, val id: String? = null, val name: String? = null, val queryStringsConfigs: List<GetOriginRequestPolicyQueryStringsConfig>)

A collection of values returned by getOriginRequestPolicy.

Constructors

Link copied to clipboard
constructor(arn: String, comment: String, cookiesConfigs: List<GetOriginRequestPolicyCookiesConfig>, etag: String, headersConfigs: List<GetOriginRequestPolicyHeadersConfig>, id: String? = null, name: String? = null, queryStringsConfigs: List<GetOriginRequestPolicyQueryStringsConfig>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The origin request policy ARN.

Link copied to clipboard

Comment to describe the origin request policy.

Link copied to clipboard

Object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the origin request key and automatically included in requests that CloudFront sends to the origin. See Cookies Config for more information.

Link copied to clipboard

Current version of the origin request policy.

Link copied to clipboard

Object that determines whether any HTTP headers (and if so, which headers) are included in the origin request key and automatically included in requests that CloudFront sends to the origin. See Headers Config for more information.

Link copied to clipboard
val id: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard

Object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the origin request key and automatically included in requests that CloudFront sends to the origin. See Query String Config for more information.