interface RecordConverterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MSK.CfnChannelPropsMixin.RecordConverterProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmsk#CfnChannelPropsMixin_RecordConverterProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.msk.CfnChannelPropsMixin.RecordConverterProperty |
Python | aws_cdk.cfn_property_mixins.aws_msk.CfnChannelPropsMixin.RecordConverterProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_msk » CfnChannelPropsMixin » RecordConverterProperty |
Record converter configuration for a topic.
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 recordConverterProperty: msk.CfnChannelPropsMixin.RecordConverterProperty = {
valueConverter: 'valueConverter',
};
Properties
| Name | Type | Description |
|---|---|---|
| value | string | Value converter for topic data. |
valueConverter?
Type:
string
(optional)
Value converter for topic data.

.NET
Go
Java
Python
TypeScript