Creates a data asset filter.
See https://www.paws-r-sdk.com/docs/datazone_create_asset_filter/ for full documentation.
Usage
datazone_create_asset_filter(
domainIdentifier,
assetIdentifier,
name,
description = NULL,
configuration,
clientToken = NULL
)Arguments
- domainIdentifier
[required] The ID of the domain in which you want to create an asset filter.
- assetIdentifier
[required] The ID of the data asset.
- name
[required] The name of the asset filter.
- description
The description of the asset filter.
- configuration
[required] The configuration of the asset filter.
- clientToken
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.