Contents:
aws_cdk.aws_cloudfront.
ViewerProtocolPolicy
Bases: enum.Enum
enum.Enum
How HTTPs should be handled with your distribution.
Attributes
ALLOW_ALL
Both HTTP and HTTPS supported.
HTTPS_ONLY
HTTPS only.
REDIRECT_TO_HTTPS
Will redirect HTTP requests to HTTPS.