DistributionSummary
import type { DistributionSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudfront.ts";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
§
AliasICPRecordals: AliasICPRecordal[]
[src]§
CacheBehaviors: CacheBehaviors
[src]§
CustomErrorResponses: CustomErrorResponses
[src]§
DefaultCacheBehavior: DefaultCacheBehavior
[src]§
HttpVersion: HttpVersion
[src]§
OriginGroups?: OriginGroups | null
[src]§
PriceClass: PriceClass
[src]§
Restrictions: Restrictions
[src]§
ViewerCertificate: ViewerCertificate
[src]