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

S3Logs

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

Amazon S3 logging configuration.

interface S3Logs {
s3BucketName?: string | null;
s3KeyPrefix?: string | null;
}

§Properties

§
s3BucketName?: string | null
[src]

The S3 bucket in which to store the logs.

§
s3KeyPrefix?: string | null
[src]

The Amazon S3 path to the bucket where the logs are stored.