powered by
Creates a new export job for an application.
pinpoint_create_export_job(ApplicationId, ExportJobRequest)
[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
[required]
svc$create_export_job( ApplicationId = "string", ExportJobRequest = list( RoleArn = "string", S3UrlPrefix = "string", SegmentId = "string", SegmentVersion = 123 ) )