pinpoint_get_import_job: Retrieves information about the status and settings of a specific import
job for an application
Description
Retrieves information about the status and settings of a specific import
job for an application.
Usage
pinpoint_get_import_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_import_job(
ApplicationId = "string",
JobId = "string"
)