Class DataQualityTargetTable
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.DataQualityTargetTable
- All Implemented Interfaces:
 software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
           date="2025-11-04T09:27:53.326Z")
@Stability(Experimental)
public class DataQualityTargetTable
extends software.amazon.jsii.JsiiObject
(experimental) Properties of a DataQualityTargetTable.
 
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 = new DataQualityTargetTable("databaseName", "tableName");
 - 
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode - 
Constructor Summary
ConstructorsModifierConstructorDescriptionDataQualityTargetTable(String databaseName, String tableName) protectedDataQualityTargetTable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedDataQualityTargetTable(software.amazon.jsii.JsiiObjectRef objRef)  - 
Method Summary
Modifier and TypeMethodDescription(experimental) The database name of the target table.(experimental) The table name of the target table.Methods 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, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Constructor Details
- 
DataQualityTargetTable
protected DataQualityTargetTable(software.amazon.jsii.JsiiObjectRef objRef)  - 
DataQualityTargetTable
protected DataQualityTargetTable(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  - 
DataQualityTargetTable
@Stability(Experimental) public DataQualityTargetTable(@NotNull String databaseName, @NotNull String tableName) - Parameters:
 databaseName- This parameter is required.tableName- This parameter is required.
 
 - 
 - 
Method Details
- 
getDatabaseName
(experimental) The database name of the target table. - 
getTableName
(experimental) The table name of the target table. 
 -