data_sets_list_only
Lists data_sets in a region or regions, for all properties use data_sets
Overview
| Name | data_sets_list_only |
| Type | Resource |
| Description | Definition of the AWS::QuickSight::DataSet Resource Type. |
| Id | aws.quicksight.data_sets_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
data_set_id | string | |
aws_account_id | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all data_sets in a region.
SELECT
region,
aws_account_id,
data_set_id
FROM aws.quicksight.data_sets_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the data_sets_list_only resource, see data_sets