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

ExportingConfig

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

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

Note: You need to give Customer Profiles service principal write permission to your S3 bucket. Otherwise, you'll get an exception in the API response. For an example policy, see Amazon Connect Customer Profiles cross-service confused deputy prevention.

interface ExportingConfig {
S3Exporting?: S3ExportingConfig | null;
}

§Properties

§
S3Exporting?: S3ExportingConfig | null
[src]

The S3 location where Identity Resolution Jobs write result files.