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

ExportJobRequest

import type { ExportJobRequest } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Specifies the settings for a job that exports endpoint definitions to an Amazon Simple Storage Service (Amazon S3) bucket.

interface ExportJobRequest {
RoleArn: string;
S3UrlPrefix: string;
SegmentId?: string | null;
SegmentVersion?: number | null;
}

§Properties

§
RoleArn: string
[src]

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to access the Amazon S3 location where you want to export endpoint definitions to.

§
S3UrlPrefix: string
[src]

TODO: Failed to render documentation: unhandled paragraph inner tag replaceable

§
SegmentId?: string | null
[src]

The identifier for the segment to export endpoint definitions from. If you don't specify this value, Amazon Pinpoint exports definitions for all the endpoints that are associated with the application.

§
SegmentVersion?: number | null
[src]

The version of the segment to export endpoint definitions from, if specified.