Get Campaign State
| connectcampaignservicev2_get_campaign_state | R Documentation | 
Get state of a campaign for the specified Amazon Connect account¶
Description¶
Get state of a campaign for the specified Amazon Connect account.
Usage¶
connectcampaignservicev2_get_campaign_state(id)
Arguments¶
id | 
[required]  | 
Value¶
A list with the following syntax:
list(
  state = "Initialized"|"Running"|"Paused"|"Stopped"|"Failed"|"Completed"
)
Request syntax¶
svc$get_campaign_state(
  id = "string"
)