plugin_tags
Expands all tag keys and values for plugins
in a region
Overview
Name | plugin_tags |
Type | Resource |
Description | Definition of AWS::QBusiness::Plugin Resource Type |
Id | aws.qbusiness.plugin_tags |
Fields
Name | Datatype | Description |
---|---|---|
application_id | string | |
auth_configuration | undefined | |
build_status | string | |
created_at | string | |
custom_plugin_configuration | object | |
display_name | string | |
plugin_arn | string | |
plugin_id | string | |
server_url | string | |
state | string | |
type | string | |
updated_at | 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 plugins
in a region.
SELECT
region,
application_id,
auth_configuration,
build_status,
created_at,
custom_plugin_configuration,
display_name,
plugin_arn,
plugin_id,
server_url,
state,
type,
updated_at,
tag_key,
tag_value
FROM aws.qbusiness.plugin_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the plugin_tags
resource, see plugins