Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_get_export_job: Retrieves information about the status and settings of a specific export job for an application

Description

Retrieves information about the status and settings of a specific export job for an application.

Usage

pinpoint_get_export_job(ApplicationId, JobId)

Arguments

ApplicationId

[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

JobId

[required] The unique identifier for the job.

Request syntax

svc$get_export_job(
  ApplicationId = "string",
  JobId = "string"
)