Show / Hide Table of Contents

Class CfnDeliveryStreamPropsMixin.DirectPutSourceConfigurationProperty

The structure that configures parameters such as ThroughputHintInMBs for a stream configured with Direct PUT as a source.

Inheritance
object
CfnDeliveryStreamPropsMixin.DirectPutSourceConfigurationProperty
Implements
CfnDeliveryStreamPropsMixin.IDirectPutSourceConfigurationProperty
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.DirectPutSourceConfigurationProperty : CfnDeliveryStreamPropsMixin.IDirectPutSourceConfigurationProperty
Syntax (vb)
Public Class CfnDeliveryStreamPropsMixin.DirectPutSourceConfigurationProperty Implements CfnDeliveryStreamPropsMixin.IDirectPutSourceConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-directputsourceconfiguration.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 directPutSourceConfigurationProperty = new DirectPutSourceConfigurationProperty {
                 ThroughputHintInMBs = 123
             };

Synopsis

Constructors

DirectPutSourceConfigurationProperty()

The structure that configures parameters such as ThroughputHintInMBs for a stream configured with Direct PUT as a source.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-directputsourceconfiguration.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 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

double?

Remarks

You can use the Firehose Limits form to request a throughput limit increase.

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

Implements

CfnDeliveryStreamPropsMixin.IDirectPutSourceConfigurationProperty
Back to top Generated by DocFX