predefined_attribute
Gets an individual predefined_attribute
resource
Overview
Name | predefined_attribute |
Type | Resource |
Description | predefined_attribute |
Id | awscc.connect.predefined_attribute |
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. |
region | string | AWS 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