aws.qbusiness.list_web_experiences
Example SQL Queries
SELECT * FROMaws.qbusiness.list_web_experiencesWHERE"application_id" = 'VALUE';Description
Lists one or more Amazon Q Business Web Experiences.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The identifier of the Amazon Q Business application linked to the listed web experiences. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created_at The Unix timestamp when the Amazon Q Business application was last updated. | TIMESTAMP_S |
| default_endpoint The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by Amazon Web Services. | VARCHAR |
| status The status of your Amazon Q Business web experience. | VARCHAR |
| updated_at The Unix timestamp when your Amazon Q Business web experience was updated. | TIMESTAMP_S |
| web_experience_id The identifier of your Amazon Q Business web experience. | VARCHAR |