contact_flow_module_tags
Expands all tag keys and values for contact_flow_modules
in a region
Overview
Name | contact_flow_module_tags |
Type | Resource |
Description | Resource Type definition for AWS::Connect::ContactFlowModule. |
Id | aws.connect.contact_flow_module_tags |
Fields
Name | Datatype | Description |
---|---|---|
instance_arn | string | The identifier of the Amazon Connect instance (ARN). |
contact_flow_module_arn | string | The identifier of the contact flow module (ARN). |
name | string | The name of the contact flow module. |
content | string | The content of the contact flow module in JSON format. |
description | string | The description of the contact flow module. |
state | string | The state of the contact flow module. |
status | string | The status of the contact flow module. |
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_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