interface ShuffleConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.StepFunctions.Tasks.ShuffleConfig |
![]() | software.amazon.awscdk.services.stepfunctions.tasks.ShuffleConfig |
![]() | aws_cdk.aws_stepfunctions_tasks.ShuffleConfig |
![]() | @aws-cdk/aws-stepfunctions-tasks » ShuffleConfig |
Configuration for a shuffle option for input data in a channel.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as stepfunctions_tasks from '@aws-cdk/aws-stepfunctions-tasks';
const shuffleConfig: stepfunctions_tasks.ShuffleConfig = {
seed: 123,
};
Properties
Name | Type | Description |
---|---|---|
seed | number | Determines the shuffling order. |
seed
Type:
number
Determines the shuffling order.