aws.connect.describe_predefined_attribute
Example SQL Queries
SELECT * FROMaws.connect.describe_predefined_attributeWHERE"instance_id" = 'VALUE'AND "name" = 'VALUE';Description
Describes a predefined attribute for the specified Amazon Connect instance. 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 |
| name Required Input Column The name of the predefined attribute. | 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 |
| predefined_attribute Information about the predefined attribute. | STRUCT( |
Show child fields
| |