Uses of Interface
software.amazon.awscdk.interfaces.glue.IDatabaseRef
Packages that use IDatabaseRef
Package
Description
AWS Glue Construct Library
-
Uses of IDatabaseRef in software.amazon.awscdk.interfaces.glue
Subinterfaces of IDatabaseRef in software.amazon.awscdk.interfaces.glueModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDatabaseRef.Classes in software.amazon.awscdk.interfaces.glue that implement IDatabaseRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDatabaseRef in software.amazon.awscdk.services.glue
Classes in software.amazon.awscdk.services.glue that implement IDatabaseRefModifier and TypeClassDescriptionclassTheAWS::Glue::Databaseresource specifies a logical grouping of tables in AWS Glue .Methods in software.amazon.awscdk.services.glue that return IDatabaseRefModifier and TypeMethodDescriptionstatic IDatabaseRefCfnDatabase.fromDatabaseName(software.constructs.Construct scope, String id, String databaseName) Creates a new IDatabaseRef from a databaseName.