campaign_tags
Expands all tag keys and values for campaigns
in a region
Overview
Name | campaign_tags |
Type | Resource |
Description | Definition of AWS::ConnectCampaignsV2::Campaign Resource Type |
Id | aws.connectcampaignsv2.campaign_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Amazon Connect Campaign Arn |
name | string | Campaign name |
connect_instance_id | string | Amazon Connect Instance Id |
channel_subtype_config | object | The possible types of channel subtype config parameters |
source | object | The possible source of the campaign |
connect_campaign_flow_arn | string | Arn |
schedule | object | Campaign schedule |
communication_time_config | object | Campaign communication time config |
communication_limits_override | object | Communication limits config |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all campaigns
in a region.
SELECT
region,
arn,
name,
connect_instance_id,
channel_subtype_config,
source,
connect_campaign_flow_arn,
schedule,
communication_time_config,
communication_limits_override,
tag_key,
tag_value
FROM aws.connectcampaignsv2.campaign_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the campaign_tags
resource, see campaigns