Interface CfnChannelPropsMixin.RecordConverterProperty

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

@Stability(Stable) public static interface CfnChannelPropsMixin.RecordConverterProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.msk.*;
 RecordConverterProperty recordConverterProperty = RecordConverterProperty.builder()
         .valueConverter("valueConverter")
         .build();
 

See Also: