Skip to main content

contact_flows

Retrieves a list of contact_flows in a region

Overview

Namecontact_flows
TypeResource
Descriptioncontact_flows
Idawscc.connect.contact_flows

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
contact_flow_arn
FROM awscc.connect.contact_flows
WHERE region = 'us-east-1'

Permissions

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

Create

connect:CreateContactFlow,
connect:TagResource

List

connect:ListContactFlows