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

ImportJobResource

import type { ImportJobResource } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface ImportJobResource {
DefineSegment?: boolean | null;
ExternalId?: string | null;
Format: Format;
RegisterEndpoints?: boolean | null;
RoleArn: string;
S3Url: string;
SegmentId?: string | null;
SegmentName?: string | null;
}

§Properties

§
DefineSegment?: boolean | null
[src]
§
ExternalId?: string | null
[src]
§
RegisterEndpoints?: boolean | null
[src]
§
RoleArn: string
[src]
§
S3Url: string
[src]
§
SegmentId?: string | null
[src]
§
SegmentName?: string | null
[src]