aws.connect.get_flow_association
Example SQL Queries
SELECT * FROMaws.connect.get_flow_associationWHERE"instance_id" = 'VALUE'AND "resource_id" = 'VALUE'AND "resource_type" = 'VALUE';Description
Retrieves the flow associated for a given resource.
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 |
| resource_id Required Input Column The identifier of the resource. | VARCHAR |
| resource_type Required Input Column A valid resource type. | VARCHAR |
| _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 |
| flow_id The identifier of the flow. | VARCHAR |