datazone_update_rule: Updates a rule

View source: R/datazone_operations.R

datazone_update_ruleR Documentation

Updates a rule

Description

Updates a rule. In Amazon DataZone, a rule is a formal agreement that enforces specific requirements across user workflows (e.g., publishing assets to the catalog, requesting subscriptions, creating projects) within the Amazon DataZone data portal. These rules help maintain consistency, ensure compliance, and uphold governance standards in data management processes. For instance, a metadata enforcement rule can specify the required information for creating a subscription request or publishing a data asset to the catalog, ensuring alignment with organizational standards.

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

Usage

datazone_update_rule(
  description = NULL,
  detail = NULL,
  domainIdentifier,
  identifier,
  includeChildDomainUnits = NULL,
  name = NULL,
  scope = NULL
)

Arguments

description

The description of the rule.

detail

The detail of the rule.

domainIdentifier

[required] The ID of the domain in which a rule is to be updated.

identifier

[required] The ID of the rule that is to be updated

includeChildDomainUnits

Specifies whether to update this rule in the child domain units.

name

The name of the rule.

scope

The scrope of the rule.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.