@aws-cdk_aws-glue-alpha.DatabaseProps

interface DatabaseProps ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Glue.Alpha.DatabaseProps
Gogithub.com/aws/aws-cdk-go/awscdkgluealpha/v2#DatabaseProps
Javasoftware.amazon.awscdk.services.glue.alpha.DatabaseProps
Pythonaws_cdk.aws_glue_alpha.DatabaseProps
TypeScript (source)@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

NameTypeDescription
databaseName?๐Ÿ”นstringThe name of the database.
locationUri?๐Ÿ”นstringThe 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).

See also: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html