predefined_attributes_list_only
Lists predefined_attributes in a region or regions, for all properties use predefined_attributes
Overview
| Name | predefined_attributes_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::Connect::PredefinedAttribute |
| Id | aws.connect.predefined_attributes_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
instance_arn | string | The identifier of the Amazon Connect instance. |
name | string | The name of the predefined attribute. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all predefined_attributes in a region.
SELECT
region,
instance_arn,
name
FROM aws.connect.predefined_attributes_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the predefined_attributes_list_only resource, see predefined_attributes