Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_create_export_job: Creates a new export job for an application

Description

Creates a new export job for an application.

Usage

pinpoint_create_export_job(ApplicationId, ExportJobRequest)

Arguments

ApplicationId

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

ExportJobRequest

[required]

Request syntax

svc$create_export_job(
  ApplicationId = "string",
  ExportJobRequest = list(
    RoleArn = "string",
    S3UrlPrefix = "string",
    SegmentId = "string",
    SegmentVersion = 123
  )
)