Interface CfnConfiguredTable.IGlueTableReferenceProperty
A reference to a table within an AWS Glue data catalog.
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfiguredTable.IGlueTableReferenceProperty
Syntax (vb)
Public Interface CfnConfiguredTable.IGlueTableReferenceProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_cleanrooms;
var glueTableReferenceProperty = new GlueTableReferenceProperty {
DatabaseName = "databaseName",
TableName = "tableName"
};
Synopsis
Properties
DatabaseName | The name of the database the AWS Glue table belongs to. |
TableName | The name of the AWS Glue table. |
Properties
DatabaseName
The name of the database the AWS Glue table belongs to.
string DatabaseName { get; }
Property Value
Remarks
TableName
The name of the AWS Glue table.
string TableName { get; }