Skip to main content

contact_flows_list_only

Lists contact_flows in a region or regions, for all properties use contact_flows

Overview

Namecontact_flows_list_only
TypeResource
DescriptionResource Type definition for AWS::Connect::ContactFlow
Idaws.connect.contact_flows_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all contact_flows in a region.

SELECT
region,
contact_flow_arn
FROM aws.connect.contact_flows_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the contact_flows_list_only resource, see contact_flows