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

DistributionSummary

import type { DistributionSummary } from "https://aws-api.deno.dev/v0.3/services/cloudfront.ts?docs=full";

A summary of the information about a CloudFront distribution.

interface DistributionSummary {
Aliases: Aliases;
AliasICPRecordals: AliasICPRecordal[];
ARN: string;
CacheBehaviors: CacheBehaviors;
Comment: string;
CustomErrorResponses: CustomErrorResponses;
DefaultCacheBehavior: DefaultCacheBehavior;
DomainName: string;
Enabled: boolean;
HttpVersion: HttpVersion;
Id: string;
IsIPV6Enabled: boolean;
LastModifiedTime: Date | number;
OriginGroups?: OriginGroups | null;
Origins: Origins;
PriceClass: PriceClass;
Restrictions: Restrictions;
Status: string;
ViewerCertificate: ViewerCertificate;
WebACLId: string;
}

§Properties

§
Aliases: Aliases
[src]

A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

§
AliasICPRecordals: AliasICPRecordal[]
[src]

Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions.

For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with Amazon Web Services services in China.

§
ARN: string
[src]

The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your Amazon Web Services account ID.

§
CacheBehaviors: CacheBehaviors
[src]

A complex type that contains zero or more CacheBehavior elements.

§
Comment: string
[src]

The comment originally specified when this distribution was created.

§
CustomErrorResponses: CustomErrorResponses
[src]

A complex type that contains zero or more CustomErrorResponses elements.

§
DefaultCacheBehavior: DefaultCacheBehavior
[src]

A complex type that describes the default cache behavior if you don't specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements. You must create exactly one default cache behavior.

§
DomainName: string
[src]

The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.

§
Enabled: boolean
[src]

Whether the distribution is enabled to accept user requests for content.

§
HttpVersion: HttpVersion
[src]

Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 will automatically use an earlier version.

§
Id: string
[src]

The identifier for the distribution. For example: EDFDVBD632BHDS5.

§
IsIPV6Enabled: boolean
[src]

Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.

§
LastModifiedTime: Date | number
[src]

The date and time the distribution was last modified.

§
OriginGroups?: OriginGroups | null
[src]

A complex type that contains information about origin groups for this distribution.

§
Origins: Origins
[src]

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

§
PriceClass: PriceClass
[src]

A complex type that contains information about price class for this streaming distribution.

§
Restrictions: Restrictions
[src]

A complex type that identifies ways in which you want to restrict distribution of your content.

§
Status: string
[src]

The current status of the distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

§
ViewerCertificate: ViewerCertificate
[src]

A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.

§
WebACLId: string
[src]

The Web ACL Id (if any) associated with the distribution.