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

AwsCloudFrontDistributionLogging

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

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

interface AwsCloudFrontDistributionLogging {
Bucket?: string | null;
Enabled?: boolean | null;
IncludeCookies?: boolean | null;
Prefix?: string | null;
}

§Properties

§
Bucket?: string | null
[src]

The S3 bucket to store the access logs in.

§
Enabled?: boolean | null
[src]

With this field, you can enable or disable the selected distribution.

§
IncludeCookies?: boolean | null
[src]

Specifies whether you want CloudFront to include cookies in access logs.

§
Prefix?: string | null
[src]

An optional string that you want CloudFront to use as a prefix to the access log filenames for this distribution.