web_experiences_list_only
Lists web_experiences
in a region or regions, for all properties use web_experiences
Overview
Name | web_experiences_list_only |
Type | Resource |
Description | Definition of AWS::QBusiness::WebExperience Resource Type |
Id | aws.qbusiness.web_experiences_list_only |
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 | |
tags | array | |
title | string | |
updated_at | string | |
web_experience_arn | string | |
web_experience_id | string | |
welcome_message | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all web_experiences
in a region.
SELECT
region,
application_id,
web_experience_id
FROM aws.qbusiness.web_experiences_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the web_experiences_list_only
resource, see web_experiences