Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_create_import_job: Creates a new import job for an application

Description

Creates a new import job for an application.

Usage

pinpoint_create_import_job(ApplicationId, ImportJobRequest)

Arguments

ApplicationId

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

ImportJobRequest

[required]

Request syntax

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"
  )
)