| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDatabase.Jsii$Default
Internal default implementation for
IDatabase. |
| Modifier and Type | Class and Description |
|---|---|
class |
Database
(experimental) A Glue database.
|
static class |
IDatabase.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IDatabase |
Database.fromDatabaseArn(software.constructs.Construct scope,
String id,
String databaseArn) |
IDatabase |
Table.getDatabase()
(experimental) Database this table belongs to.
|
IDatabase |
TableProps.getDatabase()
(experimental) Database in which to store the table.
|
IDatabase |
TableProps.Jsii$Proxy.getDatabase() |
| Modifier and Type | Method and Description |
|---|---|
Table.Builder |
Table.Builder.database(IDatabase database)
(experimental) Database in which to store the table.
|
TableProps.Builder |
TableProps.Builder.database(IDatabase database)
Sets the value of
TableProps.getDatabase() |
Copyright © 2022. All rights reserved.