Class: Aws::QuickSight::Types::RowLevelPermissionTagConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#statusString

The status of row-level security tags. If enabled, the status is ‘ENABLED`. If disabled, the status is `DISABLED`.

Returns:

  • (String)


24578
24579
24580
24581
24582
24583
24584
# File 'lib/aws-sdk-quicksight/types.rb', line 24578

class RowLevelPermissionTagConfiguration < Struct.new(
  :status,
  :tag_rules,
  :tag_rule_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#tag_rule_configurationsArray<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.

Returns:

  • (Array<Array<String>>)


24578
24579
24580
24581
24582
24583
24584
# File 'lib/aws-sdk-quicksight/types.rb', line 24578

class RowLevelPermissionTagConfiguration < Struct.new(
  :status,
  :tag_rules,
  :tag_rule_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#tag_rulesArray<Types::RowLevelPermissionTagRule>

A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.



24578
24579
24580
24581
24582
24583
24584
# File 'lib/aws-sdk-quicksight/types.rb', line 24578

class RowLevelPermissionTagConfiguration < Struct.new(
  :status,
  :tag_rules,
  :tag_rule_configurations)
  SENSITIVE = []
  include Aws::Structure
end