Skip to content

[ENHANCEMENT] support for QuickSight DataSet -> RowLevelPermissionTagConfiguration - >TagRuleConfigurations #43280

@lbhattvida

Description

@lbhattvida

Description

Provide support for QuickSight DataSet -> RowLevelPermissionTagConfiguration - >TagRuleConfigurations

There is no option to set multiple configurations as provided in AWS -

https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RowLevelPermissionTagConfiguration.html#:~:text=GenerateEmbedUrlForRegisteredUser,SearchTopics

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

https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RowLevelPermissionTagConfiguration.html#:~:text=GenerateEmbedUrlForRegisteredUser,SearchTopics

Would you like to implement the enhancement?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/quicksightIssues and PRs that pertain to the quicksight service.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions