Interface CfnDeliveryStream.AmazonOpenSearchServerlessBufferingHintsProperty

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

@Stability(Stable) public static interface CfnDeliveryStream.AmazonOpenSearchServerlessBufferingHintsProperty extends software.amazon.jsii.JsiiSerializable
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.*;
 AmazonOpenSearchServerlessBufferingHintsProperty amazonOpenSearchServerlessBufferingHintsProperty = AmazonOpenSearchServerlessBufferingHintsProperty.builder()
         .intervalInSeconds(123)
         .sizeInMBs(123)
         .build();