Skip to main content

contact_flow

Gets an individual contact_flow resource

Overview

Namecontact_flow
TypeResource
Descriptioncontact_flow
Idawscc.connect.contact_flow

Fields

NameDatatypeDescription
instance_arnstringThe identifier of the Amazon Connect instance (ARN).
contact_flow_arnstringThe identifier of the contact flow (ARN).
namestringThe name of the contact flow.
contentstringThe content of the contact flow in JSON format.
descriptionstringThe description of the contact flow.
statestringThe state of the contact flow.
typestringThe type of the contact flow.
tagsarrayOne or more tags.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
instance_arn,
contact_flow_arn,
name,
content,
description,
state,
type,
tags
FROM awscc.connect.contact_flow
WHERE data__Identifier = '<ContactFlowArn>';

Permissions

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

Read

connect:DescribeContactFlow

Delete

connect:DeleteContactFlow,
connect:UntagResource

Update

connect:UpdateContactFlowMetadata,
connect:UpdateContactFlowContent,
connect:TagResource,
connect:UntagResource