Module: AWSCDK::CloudFront::HeadersReferrerPolicy
- Defined in:
- cloud_front/headers_referrer_policy.rb
Overview
Enum representing possible values of the Referrer-Policy HTTP response header.
Constant Summary collapse
- NO_REFERRER =
Deprecated.Note:
Default:
The referrer policy is not set.
Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.HeadersReferrerPolicy", "NO_REFERRER")
- NO_REFERRER_WHEN_DOWNGRADE =
Deprecated.Note:
Default:
The referrer policy is no-referrer-when-downgrade.
Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.HeadersReferrerPolicy", "NO_REFERRER_WHEN_DOWNGRADE")
- ORIGIN =
Deprecated.Note:
Default:
The referrer policy is origin.
Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.HeadersReferrerPolicy", "ORIGIN")
- ORIGIN_WHEN_CROSS_ORIGIN =
Deprecated.Note:
Default:
The referrer policy is origin-when-cross-origin.
Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.HeadersReferrerPolicy", "ORIGIN_WHEN_CROSS_ORIGIN")
- SAME_ORIGIN =
Deprecated.Note:
Default:
The referrer policy is same-origin.
Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.HeadersReferrerPolicy", "SAME_ORIGIN")
- STRICT_ORIGIN =
Deprecated.Note:
Default:
The referrer policy is strict-origin.
Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.HeadersReferrerPolicy", "STRICT_ORIGIN")
- STRICT_ORIGIN_WHEN_CROSS_ORIGIN =
Deprecated.Note:
Default:
The referrer policy is strict-origin-when-cross-origin.
Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.HeadersReferrerPolicy", "STRICT_ORIGIN_WHEN_CROSS_ORIGIN")
- UNSAFE_URL =
Deprecated.Note:
Default:
The referrer policy is unsafe-url.
Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.HeadersReferrerPolicy", "UNSAFE_URL")