Skip to main content

assistant

Gets an individual assistant resource

Overview

Nameassistant
TypeResource
Descriptionassistant
Idawscc.wisdom.assistant

Fields

NameDatatypeDescription
typestring
descriptionstring
assistant_arnstring
assistant_idstring
server_side_encryption_configurationobject
tagsarray
namestring
regionstringAWS 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