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

S3ExportingConfig

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

Configuration information about the S3 bucket where Identity Resolution Jobs write result files.

interface S3ExportingConfig {
S3BucketName: string;
S3KeyName?: string | null;
}

§Properties

§
S3BucketName: string
[src]

The name of the S3 bucket where Identity Resolution Jobs write result files.

§
S3KeyName?: string | null
[src]

The S3 key name of the location where Identity Resolution Jobs write result files.