Show / Hide Table of Contents

Class CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessBufferingHintsProperty

Describes the buffering to perform before delivering data to the Serverless offering for Amazon OpenSearch Service destination.

Inheritance
object
CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessBufferingHintsProperty
Implements
CfnDeliveryStreamPropsMixin.IAmazonOpenSearchServerlessBufferingHintsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints.html

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

double?

Remarks

The default value is 300 (5 minutes).

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints-intervalinseconds

SizeInMBs

Buffer incoming data to the specified size, in MBs, before delivering it to the destination.

public double? SizeInMBs { get; set; }
Property Value

double?

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints-sizeinmbs

Implements

CfnDeliveryStreamPropsMixin.IAmazonOpenSearchServerlessBufferingHintsProperty
Back to top Generated by DocFX