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
List<Pulumi.
Aws Native. Data Brew. Outputs. Ruleset Rule> List of the data quality rules in the ruleset
- List<Pulumi.
Aws Native. Data Brew. Outputs. Ruleset Tag>
- Description string
Description of the Ruleset
- Rules
[]Ruleset
Rule List of the data quality rules in the ruleset
- []Ruleset
Tag
- description String
Description of the Ruleset
- rules
List<Ruleset
Rule> List of the data quality rules in the ruleset
- List<Ruleset
Tag>
- description string
Description of the Ruleset
- rules
Ruleset
Rule[] List of the data quality rules in the ruleset
- Ruleset
Tag[]
- description str
Description of the Ruleset
- rules
Sequence[Ruleset
Rule] List of the data quality rules in the ruleset
- Sequence[Ruleset
Tag]
- description String
Description of the Ruleset
- rules List<Property Map>
List of the data quality rules in the ruleset
- List<Property Map>
Supporting Types
RulesetColumnSelector
RulesetRule
- Check
Expression string - Name string
Name of the rule
- Column
Selectors []RulesetColumn Selector - Disabled bool
- Substitution
Map []RulesetSubstitution Value - Threshold
Ruleset
Threshold
- check
Expression String - name String
Name of the rule
- column
Selectors List<RulesetColumn Selector> - disabled Boolean
- substitution
Map List<RulesetSubstitution Value> - threshold
Ruleset
Threshold
- check
Expression string - name string
Name of the rule
- column
Selectors RulesetColumn Selector[] - disabled boolean
- substitution
Map RulesetSubstitution Value[] - threshold
Ruleset
Threshold
- check
Expression String - name String
Name of the rule
- column
Selectors List<Property Map> - disabled Boolean
- substitution
Map List<Property Map> - threshold Property Map
RulesetSubstitutionValue
- Value string
Value or column name
- Value
Reference string Variable name
- Value string
Value or column name
- Value
Reference string Variable name
- value String
Value or column name
- value
Reference String Variable name
- value string
Value or column name
- value
Reference string Variable name
- value str
Value or column name
- value_
reference str Variable name
- value String
Value or column name
- value
Reference String Variable name
RulesetTag
RulesetThreshold
RulesetThresholdType
RulesetThresholdUnit
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0