@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:35.148Z")
public interface DatabaseProps
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() |
java.lang.String |
getDatabaseName()
(experimental) The name of the database.
|
default java.lang.String |
getLocationUri()
(experimental) The location of the database (for example, an HDFS path).
|
java.lang.String getDatabaseName()
default java.lang.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
static DatabaseProps.Builder builder()
DatabaseProps.Builder
of DatabaseProps