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(Deprecated)
@Deprecated
@Internal
public static final class DataQualityRulesetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DataQualityRulesetProps
Deprecated.
An implementation for
DataQualityRulesetProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.alpha.DataQualityRulesetProps
DataQualityRulesetProps.Builder, DataQualityRulesetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Constructor that initializes the object based on literal property values passed by theDataQualityRulesetProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final StringDeprecated.(deprecated) The description of the ruleset.final DqdlgetDqdl()Deprecated.(deprecated) The DQDL document defining the ruleset's data quality rules.final RemovalPolicyDeprecated.(deprecated) Policy to apply when the ruleset is removed from the stack.final StringDeprecated.(deprecated) The name of the ruleset.getTags()Deprecated.(deprecated) Key-Value pairs that define tags for the ruleset.final DataQualityTargetTableDeprecated.(deprecated) The target table of the ruleset.final inthashCode()Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theDataQualityRulesetProps.Builder.
-
-
Method Details
-
getDqdl
Deprecated.Description copied from interface:DataQualityRulesetProps(deprecated) The DQDL document defining the ruleset's data quality rules.Build it with
Dqdl.fromString(...).- Specified by:
getDqdlin interfaceDataQualityRulesetProps
-
getRulesetName
Deprecated.Description copied from interface:DataQualityRulesetProps(deprecated) The name of the ruleset.- Specified by:
getRulesetNamein interfaceDataQualityRulesetProps
-
getTargetTable
Deprecated.Description copied from interface:DataQualityRulesetProps(deprecated) The target table of the ruleset.- Specified by:
getTargetTablein interfaceDataQualityRulesetProps
-
getDescription
Deprecated.Description copied from interface:DataQualityRulesetProps(deprecated) The description of the ruleset.- Specified by:
getDescriptionin interfaceDataQualityRulesetProps
-
getRemovalPolicy
Deprecated.Description copied from interface:DataQualityRulesetProps(deprecated) Policy to apply when the ruleset is removed from the stack.Default: - resource will be destroyed
- Specified by:
getRemovalPolicyin interfaceDataQualityRulesetProps
-
getTags
Deprecated.Description copied from interface:DataQualityRulesetProps(deprecated) Key-Value pairs that define tags for the ruleset.Default: empty tags
- Specified by:
getTagsin interfaceDataQualityRulesetProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-