Interface CfnChannel.CatalogProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.CatalogProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.CatalogProperty extends software.amazon.jsii.JsiiSerializable
Catalog configuration of the destination.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.msk.*;
 CatalogProperty catalogProperty = CatalogProperty.builder()
         .catalogArn("catalogArn")
         .warehouseLocation("warehouseLocation")
         .build();
 

See Also: