Skip to main content

data_set_tags

Expands all tag keys and values for data_sets in a region

Overview

Namedata_set_tags
TypeResource
DescriptionDefinition of the AWS::QuickSight::DataSet Resource Type.
Idaws.quicksight.data_set_tags

Fields

NameDatatypeDescription
arnstring

The Amazon Resource Name (ARN) of the resource.

aws_account_idstring
column_groupsarray

Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.

column_level_permission_rulesarray

A set of one or more definitions of a
ColumnLevelPermissionRule
.

consumed_spice_capacity_in_bytesnumber

The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't
imported into SPICE.

created_timestring

The time that this dataset was created.

data_set_idstring
data_set_refresh_propertiesobject

The refresh properties of a dataset.

data_set_usage_configurationobject

The usage configuration to apply to child datasets that reference this dataset as a source.

dataset_parametersarray

The parameter declarations of the dataset.

field_foldersobject
import_modestring
last_updated_timestring

The last time that this dataset was updated.

logical_table_mapobject
namestring

The display name for the dataset.

output_columnsarray

The list of columns after all transforms. These columns are available in templates,
analyses, and dashboards.

permissionsarray

A list of resource permissions on the dataset.

physical_table_mapobject
row_level_permission_data_setobject

Information about a dataset that contains permissions for row-level security (RLS).
The permissions dataset maps fields to users or groups. For more information, see
Using Row-Level Security (RLS) to Restrict Access to a Dataset in the Amazon QuickSight User
Guide
.


The option to deny permissions by setting PermissionPolicy to DENY_ACCESS is
not supported for new RLS datasets.

row_level_permission_tag_configurationobject

The configuration of tags on a dataset to set row-level security.

ingestion_wait_policyobject

Wait policy to use when creating/updating dataset. Default is to wait for SPICE ingestion to finish with timeout of 36 hours.

tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all data_sets in a region.

SELECT
region,
arn,
aws_account_id,
column_groups,
column_level_permission_rules,
consumed_spice_capacity_in_bytes,
created_time,
data_set_id,
data_set_refresh_properties,
data_set_usage_configuration,
dataset_parameters,
field_folders,
import_mode,
last_updated_time,
logical_table_map,
name,
output_columns,
permissions,
physical_table_map,
row_level_permission_data_set,
row_level_permission_tag_configuration,
ingestion_wait_policy,
tag_key,
tag_value
FROM aws.quicksight.data_set_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the data_set_tags resource, see data_sets