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

JobOutputDataConfig

import type { JobOutputDataConfig } from "https://aws-api.deno.dev/v0.4/services/braket.ts?docs=full";

Specifies the path to the S3 location where you want to store job artifacts and the encryption key used to store them.

interface JobOutputDataConfig {
kmsKeyId?: string | null;
s3Path: string;
}

§Properties

§
kmsKeyId?: string | null
[src]

The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to encrypt the job training artifacts at rest using Amazon S3 server-side encryption.

§
s3Path: string
[src]

Identifies the S3 path where you want Amazon Braket to store the job training artifacts. For example, s3://bucket-name/key-name-prefix.