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.
datazone_update_rule(
description = NULL,
detail = NULL,
domainIdentifier,
identifier,
includeChildDomainUnits = NULL,
name = NULL,
scope = NULL
)
The description of the rule.
The detail of the rule.
[required] The ID of the domain in which a rule is to be updated.
[required] The ID of the rule that is to be updated
Specifies whether to update this rule in the child domain units.
The name of the rule.
The scrope of the rule.