Uses of Interface
software.amazon.awscdk.interfaces.glue.IDatabaseRef
Packages that use IDatabaseRef
Package
Description
AWS Glue Construct Library
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.mixins.preview.services.glue.events
Methods in software.amazon.awscdk.mixins.preview.services.glue.events with parameters of type IDatabaseRefModifier and TypeMethodDescriptionstatic DatabaseEventsDatabaseEvents.fromDatabase(IDatabaseRef databaseRef) (experimental) Create DatabaseEvents from a Database reference. -
Uses of IDatabaseRef in software.amazon.awscdk.services.glue
Subinterfaces of IDatabaseRef in software.amazon.awscdk.services.glueModifier and TypeInterfaceDescriptioninterfacestatic interfaceInternal default implementation forIDatabase.Classes in software.amazon.awscdk.services.glue that implement IDatabaseRefModifier and TypeClassDescriptionclassTheAWS::Glue::Databaseresource specifies a logical grouping of tables in AWS Glue .classA Glue database.static final classA proxy class which represents a concrete javascript instance of this type.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.Methods in software.amazon.awscdk.services.glue with parameters of type IDatabaseRefModifier and TypeMethodDescriptionstatic StringCfnDatabase.arnForDatabase(IDatabaseRef resource) static DataQualityTargetTableDataQualityTargetTable.fromTable(IDatabaseRef database, ITable table) Target an L2 table in a database.static DataQualityTargetTableDataQualityTargetTable.fromTableName(IDatabaseRef database, String tableName) Target a table by name in a database. -
Uses of IDatabaseRef in software.amazon.awscdk.services.glue.alpha
Subinterfaces of IDatabaseRef in software.amazon.awscdk.services.glue.alphaModifier and TypeInterfaceDescriptioninterfaceDeprecated.static interfaceDeprecated.Internal default implementation forIDatabase.Classes in software.amazon.awscdk.services.glue.alpha that implement IDatabaseRefModifier and TypeClassDescriptionclassDeprecated.static final classDeprecated.A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type IDatabaseRefModifier and TypeMethodDescriptionstatic DataQualityTargetTableDataQualityTargetTable.fromTable(IDatabaseRef database, ITable table) Deprecated.static DataQualityTargetTableDataQualityTargetTable.fromTableName(IDatabaseRef database, String tableName) Deprecated.