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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannel.CatalogPropertystatic final classAn implementation forCfnChannel.CatalogProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCatalogArn
The ARN of the catalog.- See Also:
-
getWarehouseLocation
The warehouse location.- See Also:
-
builder
- Returns:
- a
CfnChannel.CatalogProperty.BuilderofCfnChannel.CatalogProperty
-