gluedatabrew_create_ruleset {paws.analytics} | R Documentation |
Creates a new ruleset that can be used in a profile job to validate the data quality of a dataset
Description
Creates a new ruleset that can be used in a profile job to validate the data quality of a dataset.
See https://www.paws-r-sdk.com/docs/gluedatabrew_create_ruleset/ for full documentation.
Usage
gluedatabrew_create_ruleset(
Name,
Description = NULL,
TargetArn,
Rules,
Tags = NULL
)
Arguments
Name |
[required] The name of the ruleset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space. |
Description |
The description of the ruleset. |
TargetArn |
[required] The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with. |
Rules |
[required] A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset. |
Tags |
Metadata tags to apply to the ruleset. |
[Package paws.analytics version 0.9.0 Index]