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

S3MonitoringConfiguration

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

Amazon S3 configuration for monitoring log publishing. You can configure your jobs to send log information to Amazon S3.

interface S3MonitoringConfiguration {
logUri: string;
}

§Properties

§
logUri: string
[src]

Amazon S3 destination URI for log publishing.