DataZone / Client / delete_asset_filter
delete_asset_filter¶
- DataZone.Client.delete_asset_filter(**kwargs)¶
Deletes an asset filter.
See also: AWS API Documentation
Request Syntax
response = client.delete_asset_filter( assetIdentifier='string', domainIdentifier='string', identifier='string' )
- Parameters:
assetIdentifier (string) –
[REQUIRED]
The ID of the data asset.
domainIdentifier (string) –
[REQUIRED]
The ID of the domain where you want to delete an asset filter.
identifier (string) –
[REQUIRED]
The ID of the asset filter that you want to delete.
- Returns:
None
Exceptions