Class Database
(deprecated) A Glue database.
Inherited Members
Namespace: Amazon.CDK.AWS.Glue.Alpha
Assembly: Amazon.CDK.AWS.Glue.Alpha.dll
Syntax (csharp)
[Obsolete]
public class Database : Resource, IDatabase, IResource, IDatabaseRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
<Obsolete>
Public Class Database Inherits Resource Implements IDatabase, IResource, IDatabaseRef, IConstruct, IDependable, IEnvironmentAware
Remarks
Stability: Deprecated
ExampleMetadata: infused
Examples
new Database(this, "MyDatabase", new DatabaseProps {
DatabaseName = "my_database",
Description = "my_database_description"
});
Synopsis
Constructors
| Database(Construct, string, IDatabaseProps?) | (deprecated) A Glue database. |
Properties
| Catalog | (deprecated) The catalog this database belongs to. |
| DatabaseArn | (deprecated) The ARN of the database. |
| DatabaseName | (deprecated) The name of the database. |
| DatabaseRef | (deprecated) A reference to a Database resource. |
| LocationUri | (deprecated) Location URI of this database. |
| PROPERTY_INJECTION_ID | (deprecated) Uniquely identifies this class. |
Methods
| FromDatabaseArn(Construct, string, string) | (deprecated) A Glue database. |
Constructors
Database(Construct, string, IDatabaseProps?)
(deprecated) A Glue database.
[Obsolete]
public Database(Construct scope, string id, IDatabaseProps? props = null)
Parameters
- scope Construct
- id string
- props IDatabaseProps
Remarks
Stability: Deprecated
Properties
Catalog
(deprecated) The catalog this database belongs to.
[Obsolete]
public virtual ICatalog Catalog { get; }
Property Value
Remarks
Defaults to the implicit, account-wide catalog, materialized on first access.
Stability: Deprecated
DatabaseArn
(deprecated) The ARN of the database.
[Obsolete]
public virtual string DatabaseArn { get; }
Property Value
Remarks
Stability: Deprecated
DatabaseName
(deprecated) The name of the database.
[Obsolete]
public virtual string DatabaseName { get; }
Property Value
Remarks
Stability: Deprecated
DatabaseRef
(deprecated) A reference to a Database resource.
[Obsolete]
public virtual IDatabaseReference DatabaseRef { get; }
Property Value
Remarks
Stability: Deprecated
LocationUri
(deprecated) Location URI of this database.
[Obsolete]
public virtual string? LocationUri { get; }
Property Value
Remarks
Stability: Deprecated
PROPERTY_INJECTION_ID
(deprecated) Uniquely identifies this class.
[Obsolete]
public static string PROPERTY_INJECTION_ID { get; }
Property Value
Remarks
Stability: Deprecated
Methods
FromDatabaseArn(Construct, string, string)
(deprecated) A Glue database.
[Obsolete]
public static IDatabase FromDatabaseArn(Construct scope, string id, string databaseArn)
Parameters
Returns
Remarks
Stability: Deprecated