datazone_update_asset_filter {paws.analytics}R Documentation

Updates an asset filter

Description

Updates an asset filter.

See https://www.paws-r-sdk.com/docs/datazone_update_asset_filter/ for full documentation.

Usage

datazone_update_asset_filter(
  assetIdentifier,
  configuration = NULL,
  description = NULL,
  domainIdentifier,
  identifier,
  name = NULL
)

Arguments

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.


[Package paws.analytics version 0.9.0 Index]