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

S3SourceProperties

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

The properties that are applied when Amazon S3 is being used as the flow source.

interface S3SourceProperties {
BucketName: string;
BucketPrefix?: string | null;
}

§Properties

§
BucketName: string
[src]

The Amazon S3 bucket name where the source files are stored.

§
BucketPrefix?: string | null
[src]

The object key for the Amazon S3 bucket in which the source files are stored.