class DataQualityTargetTable
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Glue.Alpha.DataQualityTargetTable |
![]() | github.com/aws/aws-cdk-go/awscdkgluealpha/v2#DataQualityTargetTable |
![]() | software.amazon.awscdk.services.glue.alpha.DataQualityTargetTable |
![]() | aws_cdk.aws_glue_alpha.DataQualityTargetTable |
![]() | @aws-cdk/aws-glue-alpha » DataQualityTargetTable |
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 * as glue_alpha from '@aws-cdk/aws-glue-alpha';
const dataQualityTargetTable = new glue_alpha.DataQualityTargetTable('databaseName', 'tableName');
Initializer
new DataQualityTargetTable(databaseName: string, tableName: string)
Parameters
- databaseName
string
- tableName
string
Properties
Name | Type | Description |
---|---|---|
database | string | The database name of the target table. |
table | string | The table name of the target table. |
databaseName
Type:
string
The database name of the target table.
tableName
Type:
string
The table name of the target table.