| 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 |
TableProps.getDatabase()
(experimental) Database in which to store the table.
|
IDatabase |
TableProps.Jsii$Proxy.getDatabase() |
IDatabase |
Table.getDatabase()
(experimental) Database this table belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
TableProps.Builder |
TableProps.Builder.database(IDatabase database)
Sets the value of
TableProps.getDatabase() |
Table.Builder |
Table.Builder.database(IDatabase database)
(experimental) Database in which to store the table.
|
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends Column> columns,
IDatabase database,
DataFormat dataFormat,
String tableName,
IBucket bucket,
Boolean compressed,
String description,
TableEncryption encryption,
IKey encryptionKey,
List<? extends Column> partitionKeys,
String s3Prefix,
Boolean storedAsSubDirectories)
Constructor that initializes the object based on literal property values passed by the
TableProps.Builder. |
Copyright © 2021. All rights reserved.