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

The configuration containing output file information for a batch job.

interface OutputDataConfig {
KmsKeyId?: string | null;
S3Uri: string;
}

§Properties

§
KmsKeyId?: string | null
[src]

The identifier of the KMS key you want Voice ID to use to encrypt the output file of a speaker enrollment job/fraudster registration job.

§
S3Uri: string
[src]

The S3 path of the folder where Voice ID writes the job output file. It has a *.out extension. For example, if the input file name is input-file.json and the output folder path is s3://output-bucket/output-folder, the full output file path is s3://output-bucket/output-folder/job-Id/input-file.json.out.