Interface CfnChannelPropsMixin.SchemaEvolutionProperty

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

@Stability(Stable) public static interface CfnChannelPropsMixin.SchemaEvolutionProperty extends software.amazon.jsii.JsiiSerializable
Schema evolution 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.cfnpropertymixins.services.msk.*;
 SchemaEvolutionProperty schemaEvolutionProperty = SchemaEvolutionProperty.builder()
         .enableSchemaEvolution(false)
         .build();
 

See Also: