aws.connect.list_quick_connects
Example SQL Queries
SELECT * FROMaws.connect.list_quick_connectsWHERE"instance_id" = 'VALUE';Description
Provides information about the quick connects for the specified Amazon Connect instance.
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 |
| quick_connect_types Input Column The type of quick connect. In the Amazon Connect admin website, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE). | 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 quick connect. | VARCHAR |
| id The identifier for the quick connect. | VARCHAR |
| last_modified_region The Amazon Web Services Region where this resource was last modified. | VARCHAR |
| last_modified_time The timestamp when this resource was last modified. | TIMESTAMP_S |
| name The name of the quick connect. | VARCHAR |
| quick_connect_type The type of quick connect. In the Amazon Connect admin website, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE). | VARCHAR |