aws.connect.describe_contact_flow_module
Example SQL Queries
SELECT * FROMaws.connect.describe_contact_flow_moduleWHERE"instance_id" = 'VALUE'AND "contact_flow_module_id" = 'VALUE';Description
Describes the specified flow module.
Use the $SAVED alias in the request to describe the SAVED content of a Flow. For example, arn:aws:.../contact-flow/{id}:$SAVED. Once a contact flow is published, $SAVED needs to be supplied to view saved content that has not been published.
Table Definition
| Column Name | Column Data Type |
|---|---|
| contact_flow_module_id Required Input Column The identifier of the flow module. | VARCHAR |
| 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 |
| _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 |
| contact_flow_module Information about the flow module. | STRUCT( |
Show child fields
| |