Interface CfnPipeline.BufferOptionsProperty

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

@Stability(Stable) public static interface CfnPipeline.BufferOptionsProperty extends software.amazon.jsii.JsiiSerializable
Options that specify the configuration of a persistent buffer.

To configure how OpenSearch Ingestion encrypts this data, set the EncryptionAtRestOptions . For more information, see Persistent buffering .

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.osis.*;
 BufferOptionsProperty bufferOptionsProperty = BufferOptionsProperty.builder()
         .persistentBufferEnabled(false)
         .build();
 

See Also: