Interface CfnApplication.InputParallelismProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplication.InputParallelismProperty.Jsii$Proxy
- Enclosing class:
- CfnApplication
@Stability(Stable)
public static interface CfnApplication.InputParallelismProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.kinesisanalytics.*;
InputParallelismProperty inputParallelismProperty = InputParallelismProperty.builder()
.count(123)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplication.InputParallelismPropertystatic final classAn implementation forCfnApplication.InputParallelismProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCount
Number of in-application streams to create.For more information, see Limits .
-
builder
-