Interface IDatabase
Namespace: Amazon.CDK.AWS.Glue.Alpha
Assembly: Amazon.CDK.AWS.Glue.Alpha.dll
Syntax (csharp)
public interface IDatabase : IResource
Syntax (vb)
Public Interface IDatabase
Inherits IResource, IConstruct, IDependable
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
System.String
Remarks
Stability: Experimental
CatalogId
(experimental) The catalog id of the database (usually, the AWS account id).
string CatalogId { get; }
Property Value
System.String
Remarks
Stability: Experimental
DatabaseArn
(experimental) The ARN of the database.
string DatabaseArn { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true
DatabaseName
(experimental) The name of the database.
string DatabaseName { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true