Skip to main content

AWSCloudFrontResponseHeadersPolicyCustomHeader

No description

type AWSCloudFrontResponseHeadersPolicyCustomHeader {
header: String!
override: Boolean!
value: String!
}

Fields

AWSCloudFrontResponseHeadersPolicyCustomHeader.header ● String! non-null scalar

The HTTP response header name

AWSCloudFrontResponseHeadersPolicyCustomHeader.override ● Boolean! non-null scalar

A Boolean that determines whether CloudFront overrides a response header with the same name received from the origin with the header specified here

AWSCloudFrontResponseHeadersPolicyCustomHeader.value ● String! non-null scalar

The value for the HTTP response header

Member of

AWSCloudFrontResponseHeadersPolicyConfiguration object