Values_2.SnapshotAnonymousUserSourceA structure that contains information on the anonymous user configuration.
type nonrec t = {rowLevelPermissionTags : SessionTagList.t option;The tags to be used for row-level security (RLS). Make sure that the relevant datasets have RLS tags configured before you start a snapshot export job. You can configure the RLS tags of a dataset with a DataSet$RowLevelPermissionTagConfiguration API call. These are not the tags that are used for Amazon Web Services resource tagging. For more information on row level security in Amazon Quick Sight, see Using Row-Level Security (RLS) with Tagsin the Amazon Quick User Guide.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Values_1.SessionTagKey.t ]) list ]
list ])
list ]