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();