retriever_tags
Expands all tag keys and values for retrievers
in a region
Overview
Name | retriever_tags |
Type | Resource |
Description | Definition of AWS::QBusiness::Retriever Resource Type |
Id | aws.qbusiness.retriever_tags |
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 | |
type | string | |
updated_at | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all retrievers
in a region.
SELECT
region,
application_id,
configuration,
created_at,
display_name,
retriever_arn,
retriever_id,
role_arn,
status,
type,
updated_at,
tag_key,
tag_value
FROM aws.qbusiness.retriever_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the retriever_tags
resource, see retrievers