@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:07.713Z") @Stability(value=Experimental) public interface DatabaseProps extends software.amazon.jsii.JsiiSerializable
Database.Builder.create(this, "MyDatabase")
.databaseName("my_database")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DatabaseProps.Builder
A builder for
DatabaseProps |
static class |
DatabaseProps.Jsii$Proxy
An implementation for
DatabaseProps |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseProps.Builder |
builder() |
String |
getDatabaseName()
(experimental) The name of the database.
|
default String |
getLocationUri()
(experimental) The location of the database (for example, an HDFS path).
|
@Stability(value=Experimental) @NotNull String getDatabaseName()
@Stability(value=Experimental) @Nullable default String getLocationUri()
Default: undefined. This field is optional in AWS::Glue::Database DatabaseInput
@Stability(value=Experimental) static DatabaseProps.Builder builder()
DatabaseProps.Builder of DatabasePropsCopyright © 2022. All rights reserved.