@aws-cdk_aws-glue-alpha.DatabaseProps
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
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as glue_alpha from '@aws-cdk/aws-glue-alpha';
const databaseProps: glue_alpha.DatabaseProps = {
databaseName: 'databaseName',
locationUri: 'locationUri',
};
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
(optional, default: generated by CDK.)
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).