A filter that you apply when searching for datasets.
The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_OWNER".
"Name": "QUICKSIGHT_OWNER"
The comparison operator that you want to use as a filter, for example "Operator": "StringEquals". Valid values are "StringEquals" and "StringLike".
"Operator": "StringEquals"
"StringEquals"
"StringLike"
The value of the named item, in this case QUICKSIGHT_OWNER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".
QUICKSIGHT_OWNER
"Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1"