interface CatalogProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MSK.CfnChannelPropsMixin.CatalogProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmsk#CfnChannelPropsMixin_CatalogProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.msk.CfnChannelPropsMixin.CatalogProperty |
Python | aws_cdk.cfn_property_mixins.aws_msk.CfnChannelPropsMixin.CatalogProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_msk » CfnChannelPropsMixin » CatalogProperty |
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 { aws_msk as msk } from '@aws-cdk/cfn-property-mixins';
const catalogProperty: msk.CfnChannelPropsMixin.CatalogProperty = {
catalogArn: 'catalogArn',
warehouseLocation: 'warehouseLocation',
};
Properties
| Name | Type | Description |
|---|---|---|
| catalog | string | The ARN of the catalog. |
| warehouse | string | The warehouse location. |
catalogArn?
Type:
string
(optional)
The ARN of the catalog.
warehouseLocation?
Type:
string
(optional)
The warehouse location.

.NET
Go
Java
Python
TypeScript