Show / Hide Table of Contents

Interface ITable

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.Glue.Alpha
Assembly: Amazon.CDK.AWS.Glue.Alpha.dll
Syntax (csharp)
public interface ITable : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface ITable Inherits IResource, IConstruct, IDependable, IEnvironmentAware
Remarks

Stability: Experimental

Synopsis

Properties

TableArn
TableName

Properties

TableArn

string TableArn { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

TableName

string TableName { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX