Data source for managing a QuickSight Data Set.
data "aws_quicksight_data_set" "example" {
data_set_id = "example-id"
}
The following arguments are required:
data_set_id
- (Required) Identifier for the data set.The following arguments are optional:
aws_account_id
- (Optional) AWS account ID.See the Data Set Resource for details on the returned attributes - they are identical.