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

Inherits:
Struct
  • Object
show all
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

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)


25411
25412
25413
25414
25415
25416
25417
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25411

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>>)


25411
25412
25413
25414
25415
25416
25417
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25411

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.



25411
25412
25413
25414
25415
25416
25417
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25411

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