aws.connect.list_contact_flows
Example SQL Queries
SELECT * FROMaws.connect.list_contact_flowsWHERE"instance_id" = 'VALUE';Description
Provides information about the flows for the specified Amazon Connect instance.
You can also create and update flows using the Amazon Connect Flow language.
For more information about flows, see Flows in the Amazon Connect Administrator Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. | VARCHAR |
| contact_flow_types Input Column The type of flow. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the flow. | VARCHAR |
| contact_flow_state The type of flow. | VARCHAR |
| contact_flow_status The status of the contact flow. | VARCHAR |
| contact_flow_type The type of flow. | VARCHAR |
| id The identifier of the flow. | VARCHAR |
| name The name of the flow. | VARCHAR |