web_experience_tags
Expands all tag keys and values for web_experiences
in a region
Overview
Name | web_experience_tags |
Type | Resource |
Description | Definition of AWS::QBusiness::WebExperience Resource Type |
Id | aws.qbusiness.web_experience_tags |
Fields
Name | Datatype | Description |
---|---|---|
application_id | string | |
created_at | string | |
default_endpoint | string | |
role_arn | string | |
sample_prompts_control_mode | string | |
status | string | |
subtitle | string | |
title | string | |
updated_at | string | |
web_experience_arn | string | |
web_experience_id | string | |
welcome_message | 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 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