retrievers_list_only
Lists retrievers
in a region or regions, for all properties use retrievers
Overview
Name | retrievers_list_only |
Type | Resource |
Description | Definition of AWS::QBusiness::Retriever Resource Type |
Id | aws.qbusiness.retrievers_list_only |
Fields
Name | Datatype | Description |
---|---|---|
application_id | string | |
configuration | undefined | |
created_at | string | |
display_name | string | |
retriever_arn | string | |
retriever_id | string | |
role_arn | string | |
status | string | |
tags | array | |
type | string | |
updated_at | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all retrievers
in a region.
SELECT
region,
application_id,
retriever_id
FROM aws.qbusiness.retrievers_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the retrievers_list_only
resource, see retrievers