predefined_attributes
Retrieves a list of predefined_attributes
in a region
Overview
Name | predefined_attributes |
Type | Resource |
Description | predefined_attributes |
Id | awscc.connect.predefined_attributes |
Fields
Name | Datatype | Description |
---|---|---|
instance_arn | string | The identifier of the Amazon Connect instance. |
name | string | The name of the predefined attribute. |
region | string | AWS 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