Learn R Programming

paws.analytics (version 0.9.0)

datazone_create_rule: Creates a rule in Amazon DataZone

Description

Creates 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_create_rule/ for full documentation.

Usage

datazone_create_rule(
  action,
  clientToken = NULL,
  description = NULL,
  detail,
  domainIdentifier,
  name,
  scope,
  target
)

Arguments

action

[required] The action of the rule.

clientToken

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

description

The description of the rule.

detail

[required] The detail of the rule.

domainIdentifier

[required] The ID of the domain where the rule is created.

name

[required] The name of the rule.

scope

[required] The scope of the rule.

target

[required] The target of the rule.