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

AwsElbLoadBalancerAccessLog

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

Contains information about the access log configuration for the load balancer.

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

§Properties

§
EmitInterval?: number | null
[src]

The interval in minutes for publishing the access logs.

You can publish access logs either every 5 minutes or every 60 minutes.

§
Enabled?: boolean | null
[src]

Indicates whether access logs are enabled for the load balancer.

§
S3BucketName?: string | null
[src]

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

§
S3BucketPrefix?: string | null
[src]

The logical hierarchy that was created for the S3 bucket.

If a prefix is not provided, the log is placed at the root level of the bucket.