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.4/services/emrserverless.ts?docs=full";

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

interface S3MonitoringConfiguration {
encryptionKeyArn?: string | null;
logUri?: string | null;
}

§Properties

§
encryptionKeyArn?: string | null
[src]

The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.

§
logUri?: string | null
[src]

The Amazon S3 destination URI for log publishing.