ResponseHeadersPolicySecurityHeadersConfigReferrerPolicyArgs

data class ResponseHeadersPolicySecurityHeadersConfigReferrerPolicyArgs(val override: Output<Boolean>, val referrerPolicy: Output<String>) : ConvertibleToJava<ResponseHeadersPolicySecurityHeadersConfigReferrerPolicyArgs>

Constructors

constructor(override: Output<Boolean>, referrerPolicy: Output<String>)

Properties

Link copied to clipboard
val override: Output<Boolean>

Whether CloudFront overrides the Referrer-Policy HTTP response header received from the origin with the one specified in this response headers policy.

Link copied to clipboard
val referrerPolicy: Output<String>

The value of the Referrer-Policy HTTP response header. Valid Values: no-referrer | no-referrer-when-downgrade | origin | origin-when-cross-origin | same-origin | strict-origin | strict-origin-when-cross-origin | unsafe-url

Functions

Link copied to clipboard
open override fun toJava(): ResponseHeadersPolicySecurityHeadersConfigReferrerPolicyArgs