View source: R/datazone_operations.R
datazone_create_asset_filter | R Documentation |
Creates a data asset filter.
See https://www.paws-r-sdk.com/docs/datazone_create_asset_filter/ for full documentation.
datazone_create_asset_filter(
assetIdentifier,
clientToken = NULL,
configuration,
description = NULL,
domainIdentifier,
name
)
assetIdentifier |
[required] The ID of the data asset. |
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
configuration |
[required] The configuration of the asset filter. |
description |
The description of the asset filter. |
domainIdentifier |
[required] The ID of the domain in which you want to create an asset filter. |
name |
[required] The name of the asset filter. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.