Interface CfnChannel.RecordConverterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.RecordConverterProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.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.services.msk.*;
RecordConverterProperty recordConverterProperty = RecordConverterProperty.builder()
.valueConverter("valueConverter")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannel.RecordConverterPropertystatic final classAn implementation forCfnChannel.RecordConverterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValueConverter
Value converter for topic data.- See Also:
-
builder
-