Interface CfnDataQualityRuleset.DataQualityTargetTableProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataQualityRuleset.DataQualityTargetTableProperty.Jsii$Proxy
- Enclosing class:
CfnDataQualityRuleset
@Stability(Stable)
public static interface CfnDataQualityRuleset.DataQualityTargetTableProperty
extends software.amazon.jsii.JsiiSerializable
An object representing an AWS Glue table.
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.*; DataQualityTargetTableProperty dataQualityTargetTableProperty = DataQualityTargetTableProperty.builder() .databaseName("databaseName") .tableName("tableName") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataQualityRuleset.DataQualityTargetTableProperty
static final class
An implementation forCfnDataQualityRuleset.DataQualityTargetTableProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDatabaseName
The name of the database where the AWS Glue table exists.- See Also:
-
getTableName
The name of the AWS Glue table.- See Also:
-
builder
-