Show / Hide Table of Contents

Interface ITableReference

A reference to a Table resource.

Namespace: Amazon.CDK.Interfaces.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITableReference
Syntax (vb)
Public Interface 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.Interfaces.Glue;

            var tableReference = new TableReference {
                TableId = "tableId"
            };

Synopsis

Properties

TableId

The Id of the Table resource.

Properties

TableId

The Id of the Table resource.

string TableId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX