interface ShuffleConfig
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.StepFunctions.Tasks.ShuffleConfig | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctionstasks#ShuffleConfig | 
|  Java | software.amazon.awscdk.services.stepfunctions.tasks.ShuffleConfig | 
|  Python | aws_cdk.aws_stepfunctions_tasks.ShuffleConfig | 
|  TypeScript (source) | aws-cdk-lib»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 { aws_stepfunctions_tasks as stepfunctions_tasks } from 'aws-cdk-lib';
const shuffleConfig: stepfunctions_tasks.ShuffleConfig = {
  seed: 123,
};
Properties
| Name | Type | Description | 
|---|---|---|
| seed | number | Determines the shuffling order. | 
seed
Type:
number
Determines the shuffling order.
