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

ExportJobResource

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

Provides information about the resource settings for a job that exports endpoint definitions to a file. The file can be added directly to an Amazon Simple Storage Service (Amazon S3) bucket by using the Amazon Pinpoint API or downloaded directly to a computer by using the Amazon Pinpoint console.

interface ExportJobResource {
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 authorized Amazon Pinpoint to access the Amazon S3 location where the endpoint definitions were exported to.

§
S3UrlPrefix: string
[src]

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

§
SegmentId?: string | null
[src]

The identifier for the segment that the endpoint definitions were exported from. If this value isn't present, Amazon Pinpoint exported definitions for all the endpoints that are associated with the application.

§
SegmentVersion?: number | null
[src]

The version of the segment that the endpoint definitions were exported from.