aws.connect.search_predefined_attributes
Example SQL Queries
SELECT * FROMaws.connect.search_predefined_attributesWHERE"instance_id" = 'VALUE';Description
Searches predefined attributes that meet certain criteria. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents.
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 |
| search_criteria Input Column The search criteria to be used to return predefined attributes. | STRUCT( |
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 |
| approximate_total_count The approximate number of predefined attributes which matched your search query. | BIGINT |
| predefined_attributes Predefined attributes matched by the search criteria. | STRUCT( |
Show child fields
| |