aws-cdk-lib.aws_stepfunctions_tasks.ShuffleConfig

interface ShuffleConfig

LanguageType name
.NETAmazon.CDK.AWS.StepFunctions.Tasks.ShuffleConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctionstasks#ShuffleConfig
Javasoftware.amazon.awscdk.services.stepfunctions.tasks.ShuffleConfig
Pythonaws_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

NameTypeDescription
seednumberDetermines the shuffling order.

seed

Type: number

Determines the shuffling order.