View source: R/datazone_operations.R
datazone_list_rules | R Documentation |
Lists existing rules. 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_list_rules/ for full documentation.
datazone_list_rules(
action = NULL,
assetTypes = NULL,
dataProduct = NULL,
domainIdentifier,
includeCascaded = NULL,
maxResults = NULL,
nextToken = NULL,
projectIds = NULL,
ruleType = NULL,
targetIdentifier,
targetType
)
action |
The action of the rule. |
assetTypes |
The asset types of the rule. |
dataProduct |
The data product of the rule. |
domainIdentifier |
[required] The ID of the domain in which the rules are to be listed. |
includeCascaded |
Specifies whether to include cascading rules in the results. |
maxResults |
The maximum number of rules to return in a single call to
|
nextToken |
When the number of rules is greater than the default value for the
|
projectIds |
The IDs of projects in which rules are to be listed. |
ruleType |
The type of the rule. |
targetIdentifier |
[required] The target ID of the rule. |
targetType |
[required] The target type of the rule. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.