AwsCloudFrontDistributionDetails
import type { AwsCloudFrontDistributionDetails } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";interface AwsCloudFrontDistributionDetails {
CacheBehaviors?: AwsCloudFrontDistributionCacheBehaviors | null;
DefaultCacheBehavior?: AwsCloudFrontDistributionDefaultCacheBehavior | null;
DefaultRootObject?: string | null;
DomainName?: string | null;
ETag?: string | null;
LastModifiedTime?: string | null;
Logging?: AwsCloudFrontDistributionLogging | null;
OriginGroups?: AwsCloudFrontDistributionOriginGroups | null;
Origins?: AwsCloudFrontDistributionOrigins | null;
Status?: string | null;
WebAclId?: string | null;
}§Properties
§
CacheBehaviors?: AwsCloudFrontDistributionCacheBehaviors | null
[src]§
DefaultCacheBehavior?: AwsCloudFrontDistributionDefaultCacheBehavior | null
[src]§
Logging?: AwsCloudFrontDistributionLogging | null
[src]§
OriginGroups?: AwsCloudFrontDistributionOriginGroups | null
[src]§
Origins?: AwsCloudFrontDistributionOrigins | null
[src]