Skip to main content

predefined_attribute

Gets an individual predefined_attribute resource

Overview

Namepredefined_attribute
TypeResource
Descriptionpredefined_attribute
Idawscc.connect.predefined_attribute

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
instance_arn,
name,
values
FROM awscc.connect.predefined_attribute
WHERE data__Identifier = '<InstanceArn>|<Name>';

Permissions

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

Read

connect:DescribePredefinedAttribute

Delete

connect:DeletePredefinedAttribute

Update

connect:UpdatePredefinedAttribute