@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:31.526Z") @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
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html@Stability(value=Experimental) static DatabaseProps.Builder builder()
DatabaseProps.Builder of DatabasePropsCopyright © 2022. All rights reserved.