assistant
Gets an individual assistant
resource
Overview
Name | assistant |
Type | Resource |
Description | assistant |
Id | awscc.wisdom.assistant |
Fields
Name | Datatype | Description |
---|---|---|
type | string | |
description | string | |
assistant_arn | string | |
assistant_id | string | |
server_side_encryption_configuration | object | |
tags | array | |
name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
type,
description,
assistant_arn,
assistant_id,
server_side_encryption_configuration,
tags,
name
FROM awscc.wisdom.assistant
WHERE data__Identifier = '<AssistantId>';
Permissions
To operate on the assistant
resource, the following permissions are required:
Update
wisdom:GetAssistant
Read
wisdom:GetAssistant
Delete
wisdom:DeleteAssistant