Class TableReference
A reference to a Table resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TableReference : ITableReference
Syntax (vb)
Public Class TableReference Implements ITableReference
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.Glue;
var tableReference = new TableReference {
TableId = "tableId"
};
Synopsis
Constructors
TableReference() | A reference to a Table resource. |
Properties
TableId | The Id of the Table resource. |
Constructors
TableReference()
A reference to a Table resource.
public TableReference()
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.Glue;
var tableReference = new TableReference {
TableId = "tableId"
};
Properties
TableId
The Id of the Table resource.
public string TableId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated