Interface CfnChannel.TableCreationProperty

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

@Stability(Stable) public static interface CfnChannel.TableCreationProperty extends software.amazon.jsii.JsiiSerializable
Table creation 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.services.msk.*;
 TableCreationProperty tableCreationProperty = TableCreationProperty.builder()
         .enableTableCreation(false)
         .build();
 

See Also: