Show / Hide Table of Contents

Interface IDatabase

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 IDatabase : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IDatabase Inherits IResource, IConstruct, IDependable, IEnvironmentAware
Remarks

Stability: Experimental

Synopsis

Properties

CatalogArn

(experimental) The ARN of the catalog.

CatalogId

(experimental) The catalog id of the database (usually, the AWS account id).

DatabaseArn

(experimental) The ARN of the database.

DatabaseName

(experimental) The name of the database.

Properties

CatalogArn

(experimental) The ARN of the catalog.

string CatalogArn { get; }
Property Value

string

Remarks

Stability: Experimental

CatalogId

(experimental) The catalog id of the database (usually, the AWS account id).

string CatalogId { get; }
Property Value

string

Remarks

Stability: Experimental

DatabaseArn

(experimental) The ARN of the database.

string DatabaseArn { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

DatabaseName

(experimental) The name of the database.

string DatabaseName { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX