Updates an asset filter.
See https://www.paws-r-sdk.com/docs/datazone_update_asset_filter/ for full documentation.
Usage
datazone_update_asset_filter(
domainIdentifier,
assetIdentifier,
identifier,
name = NULL,
description = NULL,
configuration = NULL
)Arguments
- domainIdentifier
[required] The ID of the domain where you want to update an asset filter.
- assetIdentifier
[required] The ID of the data asset.
- identifier
[required] The ID of the asset filter.
- name
The name of the asset filter.
- description
The description of the asset filter.
- configuration
The configuration of the asset filter.