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

Logging

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

Logging configuration defines where Image Builder uploads your logs.

interface Logging {
s3Logs?: S3Logs | null;
}

§Properties

§
s3Logs?: S3Logs | null
[src]

The Amazon S3 logging configuration.