Skip to main content

contact_flow_module_tags

Expands all tag keys and values for contact_flow_modules in a region

Overview

Namecontact_flow_module_tags
TypeResource
DescriptionResource Type definition for AWS::Connect::ContactFlowModule.
Idaws.connect.contact_flow_module_tags

Fields

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

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all contact_flow_modules in a region.

SELECT
region,
instance_arn,
contact_flow_module_arn,
name,
content,
description,
state,
status,
tag_key,
tag_value
FROM aws.connect.contact_flow_module_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the contact_flow_module_tags resource, see contact_flow_modules