aws-native logo
AWS Native v0.54.0, Mar 21 23

aws-native.databrew.getRuleset

Resource schema for AWS::DataBrew::Ruleset.

Using getRuleset

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getRuleset(args: GetRulesetArgs, opts?: InvokeOptions): Promise<GetRulesetResult>
function getRulesetOutput(args: GetRulesetOutputArgs, opts?: InvokeOptions): Output<GetRulesetResult>
def get_ruleset(name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetRulesetResult
def get_ruleset_output(name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetRulesetResult]
func LookupRuleset(ctx *Context, args *LookupRulesetArgs, opts ...InvokeOption) (*LookupRulesetResult, error)
func LookupRulesetOutput(ctx *Context, args *LookupRulesetOutputArgs, opts ...InvokeOption) LookupRulesetResultOutput

> Note: This function is named LookupRuleset in the Go SDK.

public static class GetRuleset 
{
    public static Task<GetRulesetResult> InvokeAsync(GetRulesetArgs args, InvokeOptions? opts = null)
    public static Output<GetRulesetResult> Invoke(GetRulesetInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRulesetResult> getRuleset(GetRulesetArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:databrew:getRuleset
  arguments:
    # arguments dictionary

The following arguments are supported:

Name string

Name of the Ruleset

Name string

Name of the Ruleset

name String

Name of the Ruleset

name string

Name of the Ruleset

name str

Name of the Ruleset

name String

Name of the Ruleset

getRuleset Result

The following output properties are available:

Description string

Description of the Ruleset

Rules []RulesetRule

List of the data quality rules in the ruleset

Tags []RulesetTag
description String

Description of the Ruleset

rules List<RulesetRule>

List of the data quality rules in the ruleset

tags List<RulesetTag>
description string

Description of the Ruleset

rules RulesetRule[]

List of the data quality rules in the ruleset

tags RulesetTag[]
description str

Description of the Ruleset

rules Sequence[RulesetRule]

List of the data quality rules in the ruleset

tags Sequence[RulesetTag]
description String

Description of the Ruleset

rules List<Property Map>

List of the data quality rules in the ruleset

tags List<Property Map>

Supporting Types

RulesetColumnSelector

Name string

The name of a column from a dataset

Regex string

A regular expression for selecting a column from a dataset

Name string

The name of a column from a dataset

Regex string

A regular expression for selecting a column from a dataset

name String

The name of a column from a dataset

regex String

A regular expression for selecting a column from a dataset

name string

The name of a column from a dataset

regex string

A regular expression for selecting a column from a dataset

name str

The name of a column from a dataset

regex str

A regular expression for selecting a column from a dataset

name String

The name of a column from a dataset

regex String

A regular expression for selecting a column from a dataset

RulesetRule

RulesetSubstitutionValue

Value string

Value or column name

ValueReference string

Variable name

Value string

Value or column name

ValueReference string

Variable name

value String

Value or column name

valueReference String

Variable name

value string

Value or column name

valueReference string

Variable name

value str

Value or column name

value_reference str

Variable name

value String

Value or column name

valueReference String

Variable name

RulesetTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

RulesetThreshold

RulesetThresholdType

RulesetThresholdUnit

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0