OriginRequestPolicyQueryStringsConfig

public struct OriginRequestPolicyQueryStringsConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Determines whether any URL query strings in viewer requests are included in requests that CloudFront sends to the origin. Valid values are: none – Query strings in viewer requests are not included in requests that CloudFront sends to the origin. Even when this field is set to none, any query strings that are listed in a CachePolicy are included in origin requests. whitelist – The query strings in viewer requests that are listed in the QueryStringNames type are included in requests that CloudFront sends to the origin. all – All query strings in viewer requests are included in requests that CloudFront sends to the origin.

    Declaration

    Swift

    public let queryStringBehavior: OriginRequestPolicyQueryStringBehavior
  • Contains a list of the query strings in viewer requests that are included in requests that CloudFront sends to the origin.

    Declaration

    Swift

    public let queryStrings: QueryStringNames?
  • Undocumented

    Declaration

    Swift

    public init(queryStringBehavior: OriginRequestPolicyQueryStringBehavior, queryStrings: QueryStringNames? = nil)