interface ShuffleConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.StepFunctions.Tasks.ShuffleConfig |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctionstasks#ShuffleConfig |
![]() | software.amazon.awscdk.services.stepfunctions.tasks.ShuffleConfig |
![]() | aws_cdk.aws_stepfunctions_tasks.ShuffleConfig |
![]() | 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.