data_set
Gets an individual data_set
resource
Overview
Name | data_set |
Type | Resource |
Description | data_set |
Id | awscc.quicksight.data_set |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | <p>The Amazon Resource Name (ARN) of the resource.</p> |
aws_account_id | string | |
column_groups | array | <p>Groupings of columns that work together in certain QuickSight features. Currently, only geospatial hierarchy is supported.</p> |
column_level_permission_rules | array | |
consumed_spice_capacity_in_bytes | number | <p>The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't<br/> imported into SPICE.</p> |
created_time | string | <p>The time that this dataset was created.</p> |
data_set_id | string | |
dataset_parameters | array | <p>The parameters declared in the dataset.</p> |
field_folders | object | |
import_mode | string | |
last_updated_time | string | <p>The last time that this dataset was updated.</p> |
logical_table_map | object | |
name | string | <p>The display name for the dataset.</p> |
output_columns | array | <p>The list of columns after all transforms. These columns are available in templates,<br/> analyses, and dashboards.</p> |
permissions | array | <p>A list of resource permissions on the dataset.</p> |
physical_table_map | object | |
row_level_permission_data_set | object | |
row_level_permission_tag_configuration | object | |
tags | array | <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.</p> |
ingestion_wait_policy | object | |
data_set_usage_configuration | object | |
data_set_refresh_properties | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
aws_account_id,
column_groups,
column_level_permission_rules,
consumed_spice_capacity_in_bytes,
created_time,
data_set_id,
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,
tags,
ingestion_wait_policy,
data_set_usage_configuration,
data_set_refresh_properties
FROM awscc.quicksight.data_set
WHERE data__Identifier = '<AwsAccountId>|<DataSetId>';
Permissions
To operate on the data_set
resource, the following permissions are required:
Read
quicksight:DescribeDataSet,
quicksight:DescribeDataSetPermissions,
quicksight:ListTagsForResource,
quicksight:DescribeDataSetRefreshProperties
Update
quicksight:DescribeDataSet,
quicksight:DescribeDataSetPermissions,
quicksight:PassDataSource,
quicksight:UpdateDataSet,
quicksight:UpdateDataSetPermissions,
quicksight:PassDataSet,
quicksight:DescribeIngestion,
quicksight:ListIngestions,
quicksight:CancelIngestion,
quicksight:TagResource,
quicksight:UntagResource,
quicksight:ListTagsForResource,
quicksight:PutDataSetRefreshProperties,
quicksight:DescribeDataSetRefreshProperties,
quicksight:DeleteDataSetRefreshProperties
Delete
quicksight:DescribeDataSet,
quicksight:DeleteDataSet,
quicksight:ListTagsForResource,
quicksight:DescribeIngestion,
quicksight:DeleteDataSetRefreshProperties,
quicksight:DescribeDataSetRefreshProperties