contact_flow_tags
Expands all tag keys and values for contact_flows
in a region
Overview
Name | contact_flow_tags |
Type | Resource |
Description | Resource Type definition for AWS::Connect::ContactFlow |
Id | aws.connect.contact_flow_tags |
Fields
Name | Datatype | Description |
---|---|---|
instance_arn | string | The identifier of the Amazon Connect instance (ARN). |
contact_flow_arn | string | The identifier of the contact flow (ARN). |
name | string | The name of the contact flow. |
content | string | The content of the contact flow in JSON format. |
description | string | The description of the contact flow. |
state | string | The state of the contact flow. |
type | string | The type of the contact flow. |
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 contact_flows
in a region.
SELECT
region,
instance_arn,
contact_flow_arn,
name,
content,
description,
state,
type,
tag_key,
tag_value
FROM aws.connect.contact_flow_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the contact_flow_tags
resource, see contact_flows