@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.484Z") @Stability(value=Experimental) public interface DatabaseProps extends software.amazon.jsii.JsiiSerializable
| 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 © 2021. All rights reserved.