assistants
Retrieves a list of assistants
in a region
Overview
Name | assistants |
Type | Resource |
Description | assistants |
Id | awscc.wisdom.assistants |
Fields
Name | Datatype | Description |
---|---|---|
assistant_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
assistant_id
FROM awscc.wisdom.assistants
WHERE region = 'us-east-1'
Permissions
To operate on the assistants
resource, the following permissions are required:
Create
kms:CreateGrant,
kms:DescribeKey,
wisdom:CreateAssistant,
wisdom:TagResource
List
wisdom:ListAssistants