Class: Aws::QuickSight::Types::RowLevelPermissionTagConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RowLevelPermissionTagConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration of tags on a dataset to set row-level security.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of row-level security tags.
-
#tag_rule_configurations ⇒ Array<Array<String>>
A list of tag configuration rules to apply to a dataset.
-
#tag_rules ⇒ Array<Types::RowLevelPermissionTagRule>
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
Instance Attribute Details
#status ⇒ String
The status of row-level security tags. If enabled, the status is
ENABLED
. If disabled, the status is DISABLED
.
27931 27932 27933 27934 27935 27936 27937 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27931 class RowLevelPermissionTagConfiguration < Struct.new( :status, :tag_rules, :tag_rule_configurations) SENSITIVE = [] include Aws::Structure end |
#tag_rule_configurations ⇒ Array<Array<String>>
A list of tag configuration rules to apply to a dataset. All tag configurations have the OR condition. Tags within each tile will be joined (AND). At least one rule in this structure must have all tag values assigned to it to apply Row-level security (RLS) to the dataset.
27931 27932 27933 27934 27935 27936 27937 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27931 class RowLevelPermissionTagConfiguration < Struct.new( :status, :tag_rules, :tag_rule_configurations) SENSITIVE = [] include Aws::Structure end |
#tag_rules ⇒ Array<Types::RowLevelPermissionTagRule>
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
27931 27932 27933 27934 27935 27936 27937 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27931 class RowLevelPermissionTagConfiguration < Struct.new( :status, :tag_rules, :tag_rule_configurations) SENSITIVE = [] include Aws::Structure end |