Interface CfnDatabaseProps
Properties for defining a AWS::Glue::Database
.
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html
Synopsis
Properties
catalogId |
|
databaseInput |
|
Properties
catalogId
AWS::Glue::Database.CatalogId
.
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-catalogid
Declaration
readonly catalogId: string;
Property Value
string
databaseInput
AWS::Glue::Database.DatabaseInput
.
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-database.html#cfn-glue-database-databaseinput
Declaration
readonly databaseInput: CfnDatabase.DatabaseInputProperty | cdk.IResolvable;
Property Value
CfnDatabase.DatabaseInputProperty | cdk.IResolvable