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. |
values | object | The values of a predefined attribute. |
last_modified_region | string | Last modified region. |
last_modified_time | number | Last modified time. |
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