Interface CatalogProps
- All Superinterfaces:
CatalogEncryptionOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CatalogProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-17T14:54:29.997Z")
@Stability(Deprecated)
@Deprecated
public interface CatalogProps
extends software.amazon.jsii.JsiiSerializable, CatalogEncryptionOptions
Deprecated.
(deprecated) Construction properties for a
Catalog.
Example:
Catalog.Builder.create(this, "MyCatalog")
.catalogName("my-catalog")
.description("my catalog description")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classDeprecated.static final classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic CatalogProps.Builderbuilder()Deprecated.Deprecated.default StringDeprecated.Methods inherited from interface software.amazon.awscdk.services.glue.alpha.CatalogEncryptionOptions
getConnectionPasswordEncryption, getEncryptionAtRestMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCatalogName
Deprecated.(deprecated) The name of the catalog. -
getDescription
Deprecated.(deprecated) A description of the catalog.Default: - no description
-
builder
Deprecated.- Returns:
- a
CatalogProps.BuilderofCatalogProps
-