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

AwsS3BucketLoggingConfiguration

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

Information about logging for the S3 bucket

interface AwsS3BucketLoggingConfiguration {
DestinationBucketName?: string | null;
LogFilePrefix?: string | null;
}

§Properties

§
DestinationBucketName?: string | null
[src]

The name of the S3 bucket where log files for the S3 bucket are stored.

§
LogFilePrefix?: string | null
[src]

The prefix added to log files for the S3 bucket.