-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Open
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/quicksightIssues and PRs that pertain to the quicksight service.Issues and PRs that pertain to the quicksight service.
Description
Description
Provide support for QuickSight DataSet -> RowLevelPermissionTagConfiguration - >TagRuleConfigurations
There is no option to set multiple configurations as provided in AWS -
Affected Resource(s) or Data Source(s)
aws_quicksight_data_set
row_level_permission_tag_configuration
Potential Terraform Configuration
row_level_permission_tag_configuration {
status = "ENABLED"
tag_rules {
column_name = "userId"
tag_key = "userId"
match_all_value = "*"
tag_multi_value_delimiter = ","
}
tag_rules {
column_name = "isAdmin"
tag_key = "isAdmin"
match_all_value = "*"
tag_multi_value_delimiter = ","
}
tag_rules {
column_name = "projectId"
tag_key = "projectId"
match_all_value = "*"
tag_multi_value_delimiter = ","
}
tag_rule_configurations = [
["userId", "isAdmin", "projectId"],
["userId", "projectId"],
["isAdmin", "projectId"]
]
}
References
Would you like to implement the enhancement?
No
digin07 and lbhattvida
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/quicksightIssues and PRs that pertain to the quicksight service.Issues and PRs that pertain to the quicksight service.