Interface CfnPipelinePropsMixin.BufferOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipelinePropsMixin.BufferOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnPipelinePropsMixin
@Stability(Stable)
public static interface CfnPipelinePropsMixin.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.mixins.preview.services.osis.mixins.*;
BufferOptionsProperty bufferOptionsProperty = BufferOptionsProperty.builder()
.persistentBufferEnabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipelinePropsMixin.BufferOptionsPropertystatic final classAn implementation forCfnPipelinePropsMixin.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
-