Class TableAttributes
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TableAttributes : ITableAttributes
Syntax (vb)
Public Class TableAttributes Implements ITableAttributes
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 tableAttributes = new TableAttributes {
TableArn = "tableArn",
TableName = "tableName"
};
Synopsis
Constructors
| TableAttributes() |
Properties
| TableArn | |
| TableName |
Constructors
TableAttributes()
public TableAttributes()
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 tableAttributes = new TableAttributes {
TableArn = "tableArn",
TableName = "tableName"
};
Properties
TableArn
public string TableArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
TableName
public string TableName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated