Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_get_campaign_version: Retrieves information about the status, configuration, and other settings for a specific version of a campaign

Description

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

Usage

pinpoint_get_campaign_version(ApplicationId, CampaignId, Version)

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.

Version

[required] The unique version number (Version property) for the campaign version.

Request syntax

svc$get_campaign_version(
  ApplicationId = "string",
  CampaignId = "string",
  Version = "string"
)