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

S3ExportingLocation

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

The S3 location where Identity Resolution Jobs write result files.

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

§Properties

§
S3BucketName?: string | null
[src]

The name of the S3 bucket name 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.