interface BufferOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.OSIS.CfnPipelinePropsMixin.BufferOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsosis#CfnPipelinePropsMixin_BufferOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.osis.CfnPipelinePropsMixin.BufferOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_osis.CfnPipelinePropsMixin.BufferOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_osis » CfnPipelinePropsMixin » BufferOptionsProperty |
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 { aws_osis as osis } from '@aws-cdk/cfn-property-mixins';
const bufferOptionsProperty: osis.CfnPipelinePropsMixin.BufferOptionsProperty = {
persistentBufferEnabled: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| persistent | boolean | IResolvable | Whether persistent buffering should be enabled. |
persistentBufferEnabled?
Type:
boolean | IResolvable
(optional)
Whether persistent buffering should be enabled.

.NET
Go
Java
Python
TypeScript