Interface CfnTopicRule.BatchConfigProperty

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

@Stability(Stable) public static interface CfnTopicRule.BatchConfigProperty 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.iot.*;
 BatchConfigProperty batchConfigProperty = BatchConfigProperty.builder()
         .maxBatchOpenMs(123)
         .maxBatchSize(123)
         .maxBatchSizeBytes(123)
         .build();
 

See Also: