Interface CfnDeliveryStream.ISplunkBufferingHintsProperty
The buffering options.
Namespace: Amazon.CDK.AWS.KinesisFirehose
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISplunkBufferingHintsProperty
Syntax (vb)
Public Interface ISplunkBufferingHintsProperty
Remarks
If no value is specified, the default values for Splunk are used.
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.AWS.KinesisFirehose;
var splunkBufferingHintsProperty = new SplunkBufferingHintsProperty {
IntervalInSeconds = 123,
SizeInMBs = 123
};
Synopsis
Properties
Interval |
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. |
Size |
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. |
Properties
IntervalInSeconds
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.
virtual Nullable<double> IntervalInSeconds { get; }
Property Value
System.
Remarks
SizeInMBs
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
virtual Nullable<double> SizeInMBs { get; }
Property Value
System.