Class DataQualityRulesetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.DataQualityRulesetProps.Jsii$Proxy
- All Implemented Interfaces:
DataQualityRulesetProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DataQualityRulesetProps
@Stability(Experimental)
@Internal
public static final class DataQualityRulesetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DataQualityRulesetProps
An implementation for
DataQualityRulesetProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.alpha.DataQualityRulesetProps
DataQualityRulesetProps.Builder, DataQualityRulesetProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDataQualityRulesetProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
(experimental) The client token of the ruleset.final String
(experimental) The description of the ruleset.final String
(experimental) The dqdl of the ruleset.final String
(experimental) The name of the ruleset.getTags()
(experimental) Key-Value pairs that define tags for the ruleset.final DataQualityTargetTable
(experimental) The target table of the ruleset.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theDataQualityRulesetProps.Builder
.
-
-
Method Details
-
getRulesetDqdl
Description copied from interface:DataQualityRulesetProps
(experimental) The dqdl of the ruleset.- Specified by:
getRulesetDqdl
in interfaceDataQualityRulesetProps
-
getTargetTable
Description copied from interface:DataQualityRulesetProps
(experimental) The target table of the ruleset.- Specified by:
getTargetTable
in interfaceDataQualityRulesetProps
-
getClientToken
Description copied from interface:DataQualityRulesetProps
(experimental) The client token of the ruleset.- Specified by:
getClientToken
in interfaceDataQualityRulesetProps
-
getDescription
Description copied from interface:DataQualityRulesetProps
(experimental) The description of the ruleset.- Specified by:
getDescription
in interfaceDataQualityRulesetProps
-
getRulesetName
Description copied from interface:DataQualityRulesetProps
(experimental) The name of the ruleset.Default: cloudformation generated name
- Specified by:
getRulesetName
in interfaceDataQualityRulesetProps
-
getTags
Description copied from interface:DataQualityRulesetProps
(experimental) Key-Value pairs that define tags for the ruleset.Default: empty tags
- Specified by:
getTags
in interfaceDataQualityRulesetProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-