Skip to main content

web_experience_tags

Expands all tag keys and values for web_experiences in a region

Overview

Nameweb_experience_tags
TypeResource
DescriptionDefinition of AWS::QBusiness::WebExperience Resource Type
Idaws.qbusiness.web_experience_tags

Fields

NameDatatypeDescription
application_idstring
created_atstring
default_endpointstring
role_arnstring
sample_prompts_control_modestring
statusstring
subtitlestring
titlestring
updated_atstring
web_experience_arnstring
web_experience_idstring
welcome_messagestring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all web_experiences in a region.

SELECT
region,
application_id,
created_at,
default_endpoint,
role_arn,
sample_prompts_control_mode,
status,
subtitle,
title,
updated_at,
web_experience_arn,
web_experience_id,
welcome_message,
tag_key,
tag_value
FROM aws.qbusiness.web_experience_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the web_experience_tags resource, see web_experiences