interface InputParallelismProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.KinesisAnalytics.CfnApplication.InputParallelismProperty |
Java | software.amazon.awscdk.services.kinesisanalytics.CfnApplication.InputParallelismProperty |
Python | aws_cdk.aws_kinesisanalytics.CfnApplication.InputParallelismProperty |
TypeScript | @aws-cdk/aws-kinesisanalytics » CfnApplication » InputParallelismProperty |
Describes the number of in-application streams to create for a given streaming source.
For information about parallelism, see Configuring Application Input .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as kinesisanalytics from '@aws-cdk/aws-kinesisanalytics';
const inputParallelismProperty: kinesisanalytics.CfnApplication.InputParallelismProperty = {
count: 123,
};
Properties
Name | Type | Description |
---|---|---|
count? | number | Number of in-application streams to create. |
count?
Type:
number
(optional)
Number of in-application streams to create.
For more information, see Limits .