View source: R/datazone_operations.R
datazone_update_asset_filter | R Documentation |
Updates an asset filter.
See https://www.paws-r-sdk.com/docs/datazone_update_asset_filter/ for full documentation.
datazone_update_asset_filter(
assetIdentifier,
configuration = NULL,
description = NULL,
domainIdentifier,
identifier,
name = NULL
)
assetIdentifier |
[required] The ID of the data asset. |
configuration |
The configuration of the asset filter. |
description |
The description of the asset filter. |
domainIdentifier |
[required] The ID of the domain where you want to update an asset filter. |
identifier |
[required] The ID of the asset filter. |
name |
The name of the asset filter. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.