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

S3DataSource

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

Information about the data stored in Amazon S3 used by the Amazon Braket job.

interface S3DataSource {
s3Uri: string;
}

§Properties

§
s3Uri: string
[src]

Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest that locates the S3 data source.