Skip to main content

predefined_attributes_list_only

Lists predefined_attributes in a region or regions, for all properties use predefined_attributes

Overview

Namepredefined_attributes_list_only
TypeResource
DescriptionResource Type definition for AWS::Connect::PredefinedAttribute
Idaws.connect.predefined_attributes_list_only

Fields

NameDatatypeDescription
instance_arnstringThe identifier of the Amazon Connect instance.
namestringThe name of the predefined attribute.
valuesobjectThe values of a predefined attribute.
last_modified_regionstringLast modified region.
last_modified_timenumberLast modified time.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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