Class CfnDeliveryStreamPropsMixin.DirectPutSourceConfigurationProperty
The structure that configures parameters such as ThroughputHintInMBs for a stream configured with Direct PUT as a source.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.KinesisFirehose
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDeliveryStreamPropsMixin.DirectPutSourceConfigurationProperty : CfnDeliveryStreamPropsMixin.IDirectPutSourceConfigurationProperty
Syntax (vb)
Public Class CfnDeliveryStreamPropsMixin.DirectPutSourceConfigurationProperty Implements CfnDeliveryStreamPropsMixin.IDirectPutSourceConfigurationProperty
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 directPutSourceConfigurationProperty = new DirectPutSourceConfigurationProperty {
ThroughputHintInMBs = 123
};
Synopsis
Constructors
| DirectPutSourceConfigurationProperty() | The structure that configures parameters such as |
Properties
| ThroughputHintInMBs | The value that you configure for this parameter is for information purpose only and does not affect Firehose delivery throughput limit. |
Constructors
DirectPutSourceConfigurationProperty()
The structure that configures parameters such as ThroughputHintInMBs for a stream configured with Direct PUT as a source.
public DirectPutSourceConfigurationProperty()
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 directPutSourceConfigurationProperty = new DirectPutSourceConfigurationProperty {
ThroughputHintInMBs = 123
};
Properties
ThroughputHintInMBs
The value that you configure for this parameter is for information purpose only and does not affect Firehose delivery throughput limit.
public double? ThroughputHintInMBs { get; set; }
Property Value
Remarks
You can use the Firehose Limits form to request a throughput limit increase.