aws.workspaces.describe_connect_client_add_ins
Example SQL Queries
SELECT * FROMaws.workspaces.describe_connect_client_add_insWHERE"resource_id" = 'VALUE';Description
Retrieves a list of Amazon Connect client add-ins that have been created.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_id Required Input Column The directory identifier for which the client add-in is configured. | VARCHAR |
| max_results Input Column The maximum number of items to return. | BIGINT |
| next_token Input Column The token to use to retrieve the next page of results. This value is null when there are no more results to return. | 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 |
| add_ins Information about client add-ins. | STRUCT( |
Show child fields
| |