aws.connectcampaigns.get_campaign_state_batch
Example SQL Queries
SELECT * FROMaws.connectcampaigns.get_campaign_state_batchWHERE"campaign_ids" = 'VALUE';Description
Get state of campaigns for the specified Amazon Connect account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| campaign_ids Required Input Column List of CampaignId | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| failed_requests List of failed requests of campaign state | STRUCT( |
Show child fields
| |
| successful_requests List of successful response of campaign state | STRUCT( |
Show child fields
| |