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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipeline.BufferOptionsPropertystatic final classAn implementation forCfnPipeline.BufferOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPersistentBufferEnabled
Whether persistent buffering should be enabled.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-