QuickSight / Client / search_data_sets
search_data_sets#
- QuickSight.Client.search_data_sets(**kwargs)#
- Use the - SearchDataSetsoperation to search for datasets that belong to an account.- See also: AWS API Documentation - Request Syntax- response = client.search_data_sets( AwsAccountId='string', Filters=[ { 'Operator': 'StringEquals'|'StringLike', 'Name': 'QUICKSIGHT_VIEWER_OR_OWNER'|'QUICKSIGHT_OWNER'|'DIRECT_QUICKSIGHT_VIEWER_OR_OWNER'|'DIRECT_QUICKSIGHT_OWNER'|'DIRECT_QUICKSIGHT_SOLE_OWNER'|'DATASET_NAME', 'Value': 'string' }, ], NextToken='string', MaxResults=123 ) - Parameters:
- AwsAccountId (string) – - [REQUIRED] - The Amazon Web Services account ID. 
- Filters (list) – - [REQUIRED] - The filters to apply to the search. - (dict) – - A filter that you apply when searching for datasets. - Operator (string) – [REQUIRED] - The comparison operator that you want to use as a filter, for example - "Operator": "StringEquals". Valid values are- "StringEquals"and- "StringLike".- If you set the operator value to - "StringEquals", you need to provide an ownership related filter in the- "NAME"field and the arn of the user or group whose datasets you want to search in the- "Value"field. For example,- "Name":"QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east- 1:1:user/default/UserName1".- If you set the value to - "StringLike", you need to provide the name of the datasets you are searching for. For example,- "Name":"DATASET_NAME", "Operator": "StringLike", "Value": "Test". The- "StringLike"operator only supports the- NAMEvalue- DATASET_NAME.
- Name (string) – [REQUIRED] - The name of the value that you want to use as a filter, for example, - "Name": "QUICKSIGHT_OWNER".- Valid values are defined as follows: - QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the dataset owners or viewers are returned. Implicit permissions from folders or groups are considered.
- QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the owners of the dataset are returned. Implicit permissions from folders or groups are considered.
- DIRECT_QUICKSIGHT_SOLE_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as the only owner of the dataset are returned. Implicit permissions from folders or groups are not considered.
- DIRECT_QUICKSIGHT_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the owners if the dataset are returned. Implicit permissions from folders or groups are not considered.
- DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: Provide an ARN of a user or group, and any datasets with that ARN listed as one of the owners or viewers of the dataset are returned. Implicit permissions from folders or groups are not considered.
- DATASET_NAME: Any datasets whose names have a substring match to this value will be returned.
 
- Value (string) – [REQUIRED] - 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".
 
 
- NextToken (string) – A pagination token that can be used in a subsequent request. 
- MaxResults (integer) – The maximum number of results to be returned per request. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'DataSetSummaries': [ { 'Arn': 'string', 'DataSetId': 'string', 'Name': 'string', 'CreatedTime': datetime(2015, 1, 1), 'LastUpdatedTime': datetime(2015, 1, 1), 'ImportMode': 'SPICE'|'DIRECT_QUERY', 'RowLevelPermissionDataSet': { 'Namespace': 'string', 'Arn': 'string', 'PermissionPolicy': 'GRANT_ACCESS'|'DENY_ACCESS', 'FormatVersion': 'VERSION_1'|'VERSION_2', 'Status': 'ENABLED'|'DISABLED' }, 'RowLevelPermissionTagConfigurationApplied': True|False, 'ColumnLevelPermissionRulesApplied': True|False }, ], 'NextToken': 'string', 'Status': 123, 'RequestId': 'string' } - Response Structure- (dict) – - DataSetSummaries (list) – - A - DataSetSummariesobject that returns a summary of a dataset.- (dict) – - Dataset summary. - Arn (string) – - The Amazon Resource Name (ARN) of the dataset. 
- DataSetId (string) – - The ID of the dataset. 
- Name (string) – - A display name for the dataset. 
- CreatedTime (datetime) – - The time that this dataset was created. 
- LastUpdatedTime (datetime) – - The last time that this dataset was updated. 
- ImportMode (string) – - A value that indicates whether you want to import the data into SPICE. 
- RowLevelPermissionDataSet (dict) – - The row-level security configuration for the dataset. - Namespace (string) – - The namespace associated with the dataset that contains permissions for RLS. 
- Arn (string) – - The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS. 
- PermissionPolicy (string) – - The type of permissions to use when interpreting the permissions for RLS. - DENY_ACCESSis included for backward compatibility only.
- FormatVersion (string) – - The user or group rules associated with the dataset that contains permissions for RLS. - By default, - FormatVersionis- VERSION_1. When- FormatVersionis- VERSION_1,- UserNameand- GroupNameare required. When- FormatVersionis- VERSION_2,- UserARNand- GroupARNare required, and- Namespacemust not exist.
- Status (string) – - The status of the row-level security permission dataset. If enabled, the status is - ENABLED. If disabled, the status is- DISABLED.
 
- RowLevelPermissionTagConfigurationApplied (boolean) – - Whether or not the row level permission tags are applied. 
- ColumnLevelPermissionRulesApplied (boolean) – - A value that indicates if the dataset has column level permission configured. 
 
 
- NextToken (string) – - A pagination token that can be used in a subsequent request. 
- Status (integer) – - The HTTP status of the request. 
- RequestId (string) – - The Amazon Web Services request ID for this operation. 
 
 
 - Exceptions- QuickSight.Client.exceptions.ThrottlingException
- QuickSight.Client.exceptions.ResourceNotFoundException
- QuickSight.Client.exceptions.InvalidParameterValueException
- QuickSight.Client.exceptions.AccessDeniedException
- QuickSight.Client.exceptions.InvalidNextTokenException
- QuickSight.Client.exceptions.InternalFailureException