OriginCustomHeader

public struct OriginCustomHeader : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of a header that you want CloudFront to send to your origin. For more information, see Adding Custom Headers to Origin Requests in the Amazon CloudFront Developer Guide.

    Declaration

    Swift

    public let headerName: String
  • The value for the header that you specified in the HeaderName field.

    Declaration

    Swift

    public let headerValue: String
  • Undocumented

    Declaration

    Swift

    public init(headerName: String, headerValue: String)