Uses of Interface
software.amazon.awscdk.services.glue.ICatalog
Packages that use ICatalog
-
Uses of ICatalog in software.amazon.awscdk.services.glue
Subinterfaces of ICatalog in software.amazon.awscdk.services.glueModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICatalog.Classes in software.amazon.awscdk.services.glue that implement ICatalogModifier and TypeClassDescriptionclassA Glue Data Catalog.classBase class for allICatalogimplementations.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.glue that return ICatalogModifier and TypeMethodDescriptionstatic ICatalogCatalog.encryptAccount(software.constructs.Construct scope, CatalogEncryptionOptions options) Configure Data Catalog encryption for the implicit, account-wide catalog and return it.static ICatalogCatalog.forAccount(software.constructs.Construct scope) Obtain the implicit, account-wide Data Catalog.static ICatalogCatalog.fromCatalogArn(software.constructs.Construct scope, String id, String catalogArn) Import an existing catalog by its ARN.static ICatalogCatalog.fromCatalogId(software.constructs.Construct scope, String id, String catalogId) Import an existing catalog by its id.Database.getCatalog()The catalog this database belongs to.default ICatalogDatabaseProps.getCatalog()The catalog in which the database will be placed.final ICatalogDatabaseProps.Jsii$Proxy.getCatalog()IDatabase.getCatalog()The catalog this database belongs to.default ICatalogIDatabase.Jsii$Default.getCatalog()The catalog this database belongs to.Methods in software.amazon.awscdk.services.glue with parameters of type ICatalogModifier and TypeMethodDescriptionThe catalog in which the database will be placed.Sets the value ofDatabaseProps.getCatalog()