Show / Hide Table of Contents

Class CfnApplication.InputParallelismProperty

For a SQL-based Kinesis Data Analytics application, describes the number of in-application streams to create for a given streaming source.

Inheritance
System.Object
CfnApplication.InputParallelismProperty
Implements
CfnApplication.IInputParallelismProperty
Namespace: Amazon.CDK.AWS.KinesisAnalyticsV2
Assembly: Amazon.CDK.AWS.KinesisAnalyticsV2.dll
Syntax (csharp)
public class InputParallelismProperty : Object, CfnApplication.IInputParallelismProperty
Syntax (vb)
Public Class InputParallelismProperty
    Inherits Object
    Implements CfnApplication.IInputParallelismProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-inputparallelism.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.AWS.KinesisAnalyticsV2;

var inputParallelismProperty = new InputParallelismProperty {
    Count = 123
};

Synopsis

Constructors

InputParallelismProperty()

Properties

Count

The number of in-application streams to create.

Constructors

InputParallelismProperty()

public InputParallelismProperty()

Properties

Count

The number of in-application streams to create.

public Nullable<double> Count { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-inputparallelism.html#cfn-kinesisanalyticsv2-application-inputparallelism-count

Implements

CfnApplication.IInputParallelismProperty
Back to top Generated by DocFX