aws-cdk-lib.aws_cleanrooms.CfnConfiguredTable.GlueTableReferenceProperty

interface GlueTableReferenceProperty

LanguageType name
.NETAmazon.CDK.aws_cleanrooms.CfnConfiguredTable.GlueTableReferenceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnConfiguredTable_GlueTableReferenceProperty
Javaservices.cleanrooms.CfnConfiguredTable.GlueTableReferenceProperty
Pythonaws_cdk.aws_cleanrooms.CfnConfiguredTable.GlueTableReferenceProperty
TypeScript aws-cdk-lib » aws_cleanrooms » CfnConfiguredTable » GlueTableReferenceProperty

A reference to a table within an AWS Glue data catalog.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanrooms as cleanrooms } from 'aws-cdk-lib';
const glueTableReferenceProperty: cleanrooms.CfnConfiguredTable.GlueTableReferenceProperty = {
  databaseName: 'databaseName',
  tableName: 'tableName',
};

Properties

NameTypeDescription
databaseNamestringThe name of the database the AWS Glue table belongs to.
tableNamestringThe name of the AWS Glue table.

databaseName

Type: string

The name of the database the AWS Glue table belongs to.


tableName

Type: string

The name of the AWS Glue table.