Interface CfnStream.KinesisConfigurationProperty

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

@Stability(Stable) public static interface CfnStream.KinesisConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The configuration settings of the Amazon Kinesis Data Streams destination for an Amazon QLDB journal stream.

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.qldb.*;
 KinesisConfigurationProperty kinesisConfigurationProperty = KinesisConfigurationProperty.builder()
         .aggregationEnabled(false)
         .streamArn("streamArn")
         .build();
 

See Also: