Show / Hide Table of Contents

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

AWS::Glue::Database.CatalogId.

databaseInput

AWS::Glue::Database.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

Back to top Generated by DocFX