data_source_tags
Expands all tag keys and values for data_sources
in a region
Overview
Name | data_source_tags |
Type | Resource |
Description | Definition of AWS::QBusiness::DataSource Resource Type |
Id | aws.qbusiness.data_source_tags |
Fields
Name | Datatype | Description |
---|---|---|
application_id | string | |
configuration |
| |
created_at | string | |
data_source_arn | string | |
data_source_id | string | |
description | string | |
display_name | string | |
document_enrichment_configuration | object | |
index_id | string | |
role_arn | string | |
status | string | |
sync_schedule | string | |
type | string | |
updated_at | string | |
vpc_configuration | object | |
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 data_sources
in a region.
SELECT
region,
application_id,
configuration,
created_at,
data_source_arn,
data_source_id,
description,
display_name,
document_enrichment_configuration,
index_id,
role_arn,
status,
sync_schedule,
type,
updated_at,
vpc_configuration,
tag_key,
tag_value
FROM aws.qbusiness.data_source_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the data_source_tags
resource, see data_sources