Skip to main content

retriever_tags

Expands all tag keys and values for retrievers in a region

Overview

Nameretriever_tags
TypeResource
DescriptionDefinition of AWS::QBusiness::Retriever Resource Type
Idaws.qbusiness.retriever_tags

Fields

NameDatatypeDescription
application_idstring
configurationundefined
created_atstring
display_namestring
retriever_arnstring
retriever_idstring
role_arnstring
statusstring
typestring
updated_atstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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