A structure that contains the filter information when searching flows.
The name of the value that you want to use as a filter, for example "Name": "DIRECT_QUICKSIGHT_SOLE_OWNER".
"Name": "DIRECT_QUICKSIGHT_SOLE_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 DIRECT_QUICKSIGHT_SOLE_OWNER, that you want to use as a filter, for example "Value". An example is "arn:aws:quicksight:us-east-1:1:user/default/UserName1".
DIRECT_QUICKSIGHT_SOLE_OWNER
"Value"
"arn:aws:quicksight:us-east-1:1:user/default/UserName1"