Skip to main content

predefined_attributes

Retrieves a list of predefined_attributes in a region

Overview

Namepredefined_attributes
TypeResource
Descriptionpredefined_attributes
Idawscc.connect.predefined_attributes

Fields

NameDatatypeDescription
instance_arnstringThe identifier of the Amazon Connect instance.
namestringThe name of the predefined attribute.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
instance_arn,
name
FROM awscc.connect.predefined_attributes
WHERE region = 'us-east-1'

Permissions

To operate on the predefined_attributes resource, the following permissions are required:

Create

connect:CreatePredefinedAttribute

List

connect:ListPredefinedAttributes