Creates an import job for an application.
pinpoint_create_import_job(ApplicationId, ImportJobRequest)[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
[required]
svc$create_import_job(
ApplicationId = "string",
ImportJobRequest = list(
DefineSegment = TRUE|FALSE,
ExternalId = "string",
Format = "CSV"|"JSON",
RegisterEndpoints = TRUE|FALSE,
RoleArn = "string",
S3Url = "string",
SegmentId = "string",
SegmentName = "string"
)
)