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

ExportingLocation

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

The S3 location where Identity Resolution Jobs write result files.

interface ExportingLocation {
S3Exporting?: S3ExportingLocation | null;
}

§Properties

§
S3Exporting?: S3ExportingLocation | null
[src]

Information about the S3 location where Identity Resolution Jobs write result files.