Skip to main content

contact_flow_modules

Retrieves a list of contact_flow_modules in a region

Overview

Namecontact_flow_modules
TypeResource
Descriptioncontact_flow_modules
Idawscc.connect.contact_flow_modules

Fields

NameDatatypeDescription
contact_flow_module_arnstringThe identifier of the contact flow module (ARN).
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
contact_flow_module_arn
FROM awscc.connect.contact_flow_modules
WHERE region = 'us-east-1'

Permissions

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

Create

connect:CreateContactFlowModule,
connect:TagResource

List

connect:ListContactFlowModules