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-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";
interface S3Logs {
s3BucketName?: string | null;
s3KeyPrefix?: string | null;
}

§Properties

§
s3BucketName?: string | null
[src]
§
s3KeyPrefix?: string | null
[src]