aws.connectcampaigns.get_campaign_state
Example SQL Queries
SELECT * FROMaws.connectcampaigns.get_campaign_stateWHERE"id" = 'VALUE';Description
Get state of a campaign for the specified Amazon Connect account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column Identifier representing a Campaign | VARCHAR |
| _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
| |
| state State of a campaign | VARCHAR |