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

OutputDataConfig

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

The output properties for a detection job.

interface OutputDataConfig {
S3Bucket: string;
S3Key?: string | null;
}

§Properties

§
S3Bucket: string
[src]

When you use the OutputDataConfig object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data. The URI must be in the same region as the API endpoint that you are calling. The location is used as the prefix for the actual location of the output.

§
S3Key?: string | null
[src]

The path to the output data files in the S3 bucket. Comprehend Medical; creates an output directory using the job ID so that the output from one job does not overwrite the output of another.