Skip to main content

contact_flow_module

Gets an individual contact_flow_module resource

Overview

Namecontact_flow_module
TypeResource
Descriptioncontact_flow_module
Idawscc.connect.contact_flow_module

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.
tagsarrayOne or more tags.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
instance_arn,
contact_flow_module_arn,
name,
content,
description,
state,
status,
tags
FROM awscc.connect.contact_flow_module
WHERE data__Identifier = '<ContactFlowModuleArn>';

Permissions

To operate on the contact_flow_module resource, the following permissions are required:

Read

connect:DescribeContactFlowModule

Delete

connect:DeleteContactFlowModule,
connect:UntagResource

Update

connect:UpdateContactFlowModuleMetadata,
connect:UpdateContactFlowModuleContent,
connect:TagResource,
connect:UntagResource