interface DatabaseProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Glue.Alpha.DatabaseProps |
![]() | github.com/aws/aws-cdk-go/awscdkgluealpha/v2#DatabaseProps |
![]() | software.amazon.awscdk.services.glue.alpha.DatabaseProps |
![]() | aws_cdk.aws_glue_alpha.DatabaseProps |
![]() | @aws-cdk/aws-glue-alpha ยป DatabaseProps |
Example
new glue.Database(this, 'MyDatabase', {
databaseName: 'my_database',
description: 'my_database_description',
});
Properties
Name | Type | Description |
---|---|---|
database | string | The name of the database. |
description? | string | A description of the database. |
location | string | The location of the database (for example, an HDFS path). |
databaseName?
Type:
string
(optional, default: generated by CDK.)
The name of the database.
description?
Type:
string
(optional, default: no database description)
A description 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).