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 |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the resource. |
aws_account_id | string | |
column_groups | array | Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported. |
column_level_permission_rules | array | A set of one or more definitions of a |
consumed_spice_capacity_in_bytes | number | The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't |
created_time | string | The time that this dataset was created. |
data_set_id | string | |
data_set_refresh_properties | object | The refresh properties of a dataset. |
data_set_usage_configuration | object | The usage configuration to apply to child datasets that reference this dataset as a source. |
dataset_parameters | array | The parameter declarations of the dataset. |
field_folders | object | |
import_mode | string | |
last_updated_time | string | The last time that this dataset was updated. |
logical_table_map | object | |
name | string | The display name for the dataset. |
output_columns | array | The list of columns after all transforms. These columns are available in templates, |
permissions | array | A list of resource permissions on the dataset. |
physical_table_map | object | |
row_level_permission_data_set | object | Information about a dataset that contains permissions for row-level security (RLS). The option to deny permissions by setting |
row_level_permission_tag_configuration | object | The configuration of tags on a dataset to set row-level security. |
tags | array | Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset. |
ingestion_wait_policy | object | Wait policy to use when creating/updating dataset. Default is to wait for SPICE ingestion to finish with timeout of 36 hours. |
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