Interface CfnPipelinePropsMixin.ParallelismConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipelinePropsMixin.ParallelismConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnPipelinePropsMixin
@Stability(Stable)
public static interface CfnPipelinePropsMixin.ParallelismConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration that controls the parallelism of the pipeline.
By default, the parallelism configuration specified applies to all executions of the pipeline unless overridden.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.*;
ParallelismConfigurationProperty parallelismConfigurationProperty = ParallelismConfigurationProperty.builder()
.maxParallelExecutionSteps(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipelinePropsMixin.ParallelismConfigurationPropertystatic final classAn implementation forCfnPipelinePropsMixin.ParallelismConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxParallelExecutionSteps
The max number of steps that can be executed in parallel.- See Also:
-
builder
-