Module: AWSCDK::CloudFront::ViewerProtocolPolicy
- Defined in:
- cloud_front/viewer_protocol_policy.rb
Overview
How HTTPs should be handled with your distribution.
Constant Summary collapse
- HTTPS_ONLY =
Deprecated.Note:
Default:
HTTPS only.
Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.ViewerProtocolPolicy", "HTTPS_ONLY")
- REDIRECT_TO_HTTPS =
Deprecated.Note:
Default:
Will redirect HTTP requests to HTTPS.
Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.ViewerProtocolPolicy", "REDIRECT_TO_HTTPS")
- ALLOW_ALL =
Deprecated.Note:
Default:
Both HTTP and HTTPS supported.
Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.ViewerProtocolPolicy", "ALLOW_ALL")