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