Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsCloudFrontDistributionCacheBehavior

import type { AwsCloudFrontDistributionCacheBehavior } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Information about a cache behavior for the distribution.

interface AwsCloudFrontDistributionCacheBehavior {
ViewerProtocolPolicy?: string | null;
}

§Properties

§
ViewerProtocolPolicy?: string | null
[src]

The protocol that viewers can use to access the files in an origin. You can specify the following options:

  • allow-all - Viewers can use HTTP or HTTPS.
  • redirect-to-https - CloudFront responds to HTTP requests with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL. The viewer then uses the new URL to resubmit.
  • https-only - CloudFront responds to HTTP request with an HTTP status code of 403 (Forbidden).