Interface CfnDeliveryStream.TableCreationConfigurationProperty

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

@Stability(Stable) public static interface CfnDeliveryStream.TableCreationConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The configuration to enable automatic table creation.

Amazon Data Firehose is in preview release and is subject to change.

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.kinesisfirehose.*;
 TableCreationConfigurationProperty tableCreationConfigurationProperty = TableCreationConfigurationProperty.builder()
         .enabled(false)
         .build();
 

See Also: