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:04.857Z")
@Stability(Stable)
public interface CatalogProps
extends software.amazon.jsii.JsiiSerializable, CatalogEncryptionOptions
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 classA builder forCatalogPropsstatic final classAn implementation forCatalogProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CatalogProps.Builderbuilder()The name of the catalog.default StringA description of the catalog.Methods inherited from interface software.amazon.awscdk.services.glue.CatalogEncryptionOptions
getConnectionPasswordEncryption, getEncryptionAtRestMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCatalogName
The name of the catalog. -
getDescription
A description of the catalog.Default: - no description
-
builder
- Returns:
- a
CatalogProps.BuilderofCatalogProps
-