interface DatabaseProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Glue.DatabaseProps |
![]() | software.amazon.awscdk.services.glue.DatabaseProps |
![]() | aws_cdk.aws_glue.DatabaseProps |
![]() | @aws-cdk/aws-glue » DatabaseProps |
Example
new glue.Database(this, 'MyDatabase', {
databaseName: 'my_database',
});
Properties
Name | Type | Description |
---|---|---|
database | string | The name of the database. |
location | string | The location of the database (for example, an HDFS path). |
databaseName
Type:
string
The name of the database.
locationUri?
Type:
string
(optional, default: undefined. This field is optional in AWS::Glue::Database DatabaseInput)
The location of the database (for example, an HDFS path).