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.116.0 (build 0eddcff)",
date="2025-10-29T11:15:51.711Z")
@Stability(Experimental)
public class DataQualityRuleset
extends Resource
implements IDataQualityRuleset
(experimental) A Glue Data Quality ruleset.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.glue.alpha.*;
DataQualityTargetTable dataQualityTargetTable;
DataQualityRuleset dataQualityRuleset = DataQualityRuleset.Builder.create(this, "MyDataQualityRuleset")
.rulesetDqdl("rulesetDqdl")
.targetTable(dataQualityTargetTable)
// the properties below are optional
.clientToken("clientToken")
.description("description")
.rulesetName("rulesetName")
.tags(Map.of(
"tagsKey", "tags"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class(experimental) A fluent builder forDataQualityRuleset.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.alpha.IDataQualityRuleset
IDataQualityRuleset.Jsii$Default, IDataQualityRuleset.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String(experimental) Uniquely identifies this class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDataQualityRuleset(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedDataQualityRuleset(software.amazon.jsii.JsiiObjectRef objRef) DataQualityRuleset(software.constructs.Construct scope, String id, DataQualityRulesetProps props) -
Method Summary
Modifier and TypeMethodDescriptionstatic IDataQualityRulesetfromRulesetArn(software.constructs.Construct scope, String id, String rulesetArn) static IDataQualityRulesetfromRulesetName(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, isResourceMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
PROPERTY_INJECTION_ID
(experimental) Uniquely identifies this class.
-
-
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:
getRulesetArnin interfaceIDataQualityRuleset
-
getRulesetName
(experimental) Name of this ruleset.- Specified by:
getRulesetNamein interfaceIDataQualityRuleset
-