contact_flows_list_only
Lists contact_flows in a region or regions, for all properties use contact_flows
Overview
| Name | contact_flows_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::Connect::ContactFlow |
| Id | aws.connect.contact_flows_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
contact_flow_arn | string | The identifier of the contact flow (ARN). |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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