Interface CfnDataQualityRulesetPropsMixin.DataQualityTargetTableProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataQualityRulesetPropsMixin.DataQualityTargetTableProperty.Jsii$Proxy
- Enclosing class:
CfnDataQualityRulesetPropsMixin
@Stability(Stable)
public static interface CfnDataQualityRulesetPropsMixin.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.cfnpropertymixins.services.glue.*;
DataQualityTargetTableProperty dataQualityTargetTableProperty = DataQualityTargetTableProperty.builder()
.databaseName("databaseName")
.tableName("tableName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDataQualityRulesetPropsMixin.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
@Stability(Stable) static CfnDataQualityRulesetPropsMixin.DataQualityTargetTableProperty.Builder builder()
-