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

AwsCloudFrontDistributionDetails

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

A CloudFront distribution configuration.

interface AwsCloudFrontDistributionDetails {
DefaultCacheBehavior?: AwsCloudFrontDistributionDefaultCacheBehavior | null;
DefaultRootObject?: string | null;
DomainName?: string | null;
ETag?: string | null;
LastModifiedTime?: string | null;
Status?: string | null;
ViewerCertificate?: AwsCloudFrontDistributionViewerCertificate | null;
WebAclId?: string | null;
}

§Properties

§

Provides information about the cache configuration for the distribution.

§

The default cache behavior for the configuration.

§
DefaultRootObject?: string | null
[src]

The object that CloudFront sends in response to requests from the origin (for example, index.html) when a viewer requests the root URL for the distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html).

§
DomainName?: string | null
[src]

The domain name corresponding to the distribution.

§
ETag?: string | null
[src]

The entity tag is a hash of the object.

§
LastModifiedTime?: string | null
[src]

Indicates when that the distribution was last modified.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§

A complex type that controls whether access logs are written for the distribution.

§

Provides information about the origin groups in the distribution.

§

A complex type that contains information about origins for this distribution.

§
Status?: string | null
[src]

Indicates the current status of the distribution.

§

Provides information about the TLS/SSL configuration that the distribution uses to communicate with viewers.

§
WebAclId?: string | null
[src]

A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution.