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

AccessLog

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

Information about the AccessLog attribute.

interface AccessLog {
EmitInterval?: number | null;
Enabled: boolean;
S3BucketName?: string | null;
S3BucketPrefix?: string | null;
}

§Properties

§
EmitInterval?: number | null
[src]

The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.

Default: 60 minutes

§
Enabled: boolean
[src]

Specifies whether access logs are enabled for the load balancer.

§
S3BucketName?: string | null
[src]

The name of the Amazon S3 bucket where the access logs are stored.

§
S3BucketPrefix?: string | null
[src]

The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.