Skip to main content

contact_flow_tags

Expands all tag keys and values for contact_flows in a region

Overview

Namecontact_flow_tags
TypeResource
DescriptionResource Type definition for AWS::Connect::ContactFlow
Idaws.connect.contact_flow_tags

Fields

NameDatatypeDescription
instance_arnstringThe identifier of the Amazon Connect instance (ARN).
contact_flow_arnstringThe identifier of the contact flow (ARN).
namestringThe name of the contact flow.
contentstringThe content of the contact flow in JSON format.
descriptionstringThe description of the contact flow.
statestringThe state of the contact flow.
typestringThe type of the contact flow.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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