Class DataQualityRuleset
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.glue.alpha.DataQualityRuleset
- All Implemented Interfaces:
IResource
,IDataQualityRuleset
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:24:11.553Z")
@Stability(Experimental)
public class DataQualityRuleset
extends Resource
implements IDataQualityRuleset
(experimental) A Glue Data Quality ruleset.
Example:
DataQualityRuleset.Builder.create(this, "MyDataQualityRuleset") .clientToken("client_token") .description("description") .rulesetName("ruleset_name") .rulesetDqdl("ruleset_dqdl") .tags(Map.of( "key1", "value1", "key2", "value2")) .targetTable(new DataQualityTargetTable("database_name", "table_name")) .build();
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
(experimental) A fluent builder forDataQualityRuleset
.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.alpha.IDataQualityRuleset
IDataQualityRuleset.Jsii$Default, IDataQualityRuleset.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default
-
Constructor Summary
ModifierConstructorDescriptionprotected
DataQualityRuleset
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
DataQualityRuleset
(software.amazon.jsii.JsiiObjectRef objRef) DataQualityRuleset
(software.constructs.Construct scope, String id, DataQualityRulesetProps props) -
Method Summary
Modifier and TypeMethodDescriptionstatic IDataQualityRuleset
fromRulesetArn
(software.constructs.Construct scope, String id, String rulesetArn) static IDataQualityRuleset
fromRulesetName
(software.constructs.Construct scope, String id, String rulesetName) (experimental) ARN of this ruleset.(experimental) Name of this ruleset.Methods inherited from class software.amazon.awscdk.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResource
Methods inherited from class software.constructs.Construct
getNode, isConstruct, toString
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
DataQualityRuleset
protected DataQualityRuleset(software.amazon.jsii.JsiiObjectRef objRef) -
DataQualityRuleset
protected DataQualityRuleset(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
DataQualityRuleset
@Stability(Experimental) public DataQualityRuleset(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull DataQualityRulesetProps props) - Parameters:
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.
-
-
Method Details
-
fromRulesetArn
@Stability(Experimental) @NotNull public static IDataQualityRuleset fromRulesetArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String rulesetArn) - Parameters:
scope
- This parameter is required.id
- This parameter is required.rulesetArn
- This parameter is required.
-
fromRulesetName
@Stability(Experimental) @NotNull public static IDataQualityRuleset fromRulesetName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String rulesetName) - Parameters:
scope
- This parameter is required.id
- This parameter is required.rulesetName
- This parameter is required.
-
getRulesetArn
(experimental) ARN of this ruleset.- Specified by:
getRulesetArn
in interfaceIDataQualityRuleset
-
getRulesetName
(experimental) Name of this ruleset.- Specified by:
getRulesetName
in interfaceIDataQualityRuleset
-