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-08-19T15:41:43.354Z")
@Stability(Experimental)
public interface CatalogProps
extends software.amazon.jsii.JsiiSerializable, CatalogEncryptionOptions
(experimental) 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()(experimental) The name of the catalog.default String(experimental) A description of the catalog.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
(experimental) The name of the catalog. -
getDescription
(experimental) A description of the catalog.Default: - no description
-
builder
- Returns:
- a
CatalogProps.BuilderofCatalogProps
-