contact_flow_versions_list_only
Lists contact_flow_versions in a region or regions, for all properties use contact_flow_versions
Overview
| Name | contact_flow_versions_list_only |
| Type | Resource |
| Description | Resource Type Definition for ContactFlowVersion |
| Id | awscc.connect.contact_flow_versions_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
contact_flow_version_arn | string | The identifier of the contact flow version (ARN). |
version | integer | The version number of this revision |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all contact_flow_versions in a region.
SELECT
region,
contact_flow_version_arn
FROM awscc.connect.contact_flow_versions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the contact_flow_versions_list_only resource, see contact_flow_versions