Class CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessBufferingHintsProperty
Describes the buffering to perform before delivering data to the Serverless offering for Amazon OpenSearch Service destination.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.KinesisFirehose
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessBufferingHintsProperty : CfnDeliveryStreamPropsMixin.IAmazonOpenSearchServerlessBufferingHintsProperty
Syntax (vb)
Public Class CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessBufferingHintsProperty Implements CfnDeliveryStreamPropsMixin.IAmazonOpenSearchServerlessBufferingHintsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.KinesisFirehose;
var amazonOpenSearchServerlessBufferingHintsProperty = new AmazonOpenSearchServerlessBufferingHintsProperty {
IntervalInSeconds = 123,
SizeInMBs = 123
};
Synopsis
Constructors
| AmazonOpenSearchServerlessBufferingHintsProperty() | Describes the buffering to perform before delivering data to the Serverless offering for Amazon OpenSearch Service destination. |
Properties
| IntervalInSeconds | Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. |
| SizeInMBs | Buffer incoming data to the specified size, in MBs, before delivering it to the destination. |
Constructors
AmazonOpenSearchServerlessBufferingHintsProperty()
Describes the buffering to perform before delivering data to the Serverless offering for Amazon OpenSearch Service destination.
public AmazonOpenSearchServerlessBufferingHintsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.KinesisFirehose;
var amazonOpenSearchServerlessBufferingHintsProperty = new AmazonOpenSearchServerlessBufferingHintsProperty {
IntervalInSeconds = 123,
SizeInMBs = 123
};
Properties
IntervalInSeconds
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.
public double? IntervalInSeconds { get; set; }
Property Value
Remarks
SizeInMBs
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
public double? SizeInMBs { get; set; }
Property Value
Remarks
The default value is 5.
We recommend setting this parameter to a value greater than the amount of data you typically ingest into the Firehose stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.