HeaderObject

public struct HeaderObject : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The specific headers to forward to your distribution’s origin.

    Declaration

    Swift

    public let headersAllowList: [HeaderEnum]?
  • The headers that you want your distribution to forward to your origin and base caching on. You can configure your distribution to do one of the following: all - Forward all headers to your origin. none - Forward only the default headers. allow-list - Forward only the headers you specify using the headersAllowList parameter.

    Declaration

    Swift

    public let option: ForwardValues?
  • Undocumented

    Declaration

    Swift

    public init(headersAllowList: [HeaderEnum]? = nil, option: ForwardValues? = nil)