aws.qbusiness.list_plugins
Example SQL Queries
SELECT * FROMaws.qbusiness.list_pluginsWHERE"application_id" = 'VALUE';Description
Lists configured Amazon Q Business plugins.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The identifier of the application the plugin is attached to. | 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 |
| build_status The status of the plugin. | VARCHAR |
| created_at The timestamp for when the plugin was created. | TIMESTAMP_S |
| display_name The name of the plugin. | VARCHAR |
| plugin_id The identifier of the plugin. | VARCHAR |
| server_url The plugin server URL used for configuration. | VARCHAR |
| state The current status of the plugin. | VARCHAR |
| type The type of the plugin. | VARCHAR |
| updated_at The timestamp for when the plugin was last updated. | TIMESTAMP_S |