Learn R Programming

paws.customer.engagement (version 0.1.6)

pinpoint_get_campaign: Retrieves information about the status, configuration, and other settings for a campaign

Description

Retrieves information about the status, configuration, and other settings for a campaign.

Usage

pinpoint_get_campaign(ApplicationId, CampaignId)

Arguments

ApplicationId

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

CampaignId

[required] The unique identifier for the campaign.

Request syntax

svc$get_campaign(
  ApplicationId = "string",
  CampaignId = "string"
)