Uses of Package
software.amazon.awscdk.services.stepfunctions
Packages that use software.amazon.awscdk.services.stepfunctions
Package
Description
AWS APIGatewayv2 Integrations
AWS CDK Custom Resources
Amazon API Gateway Construct Library
AWS CodePipeline Actions
Event Targets for Amazon EventBridge
AWS Step Functions Construct Library
Tasks for AWS Step Functions
-
-
-
-
-
-
Classes in software.amazon.awscdk.services.stepfunctions used by software.amazon.awscdk.services.stepfunctionsClassDescriptionDefine a new Step Functions Activity.A fluent builder for
Activity.Properties for defining a new Step Functions Activity.A builder forActivityPropsOptions for selecting the choice paths.A builder forAfterwardsOptionsError handler details.A builder forCatchPropsAn activity is a task that you write in any programming language and host on any machine that has access to AWS Step Functions .A fluent builder forCfnActivity.Settings to configure server-side encryption for an activity.A builder forCfnActivity.EncryptionConfigurationPropertyTheTagsEntryproperty specifies tags to identify an activity.A builder forCfnActivity.TagsEntryPropertyProperties for defining aCfnActivity.A builder forCfnActivityPropsProvisions a state machine.A fluent builder forCfnStateMachine.Defines a CloudWatch log group.A builder forCfnStateMachine.CloudWatchLogsLogGroupPropertySettings to configure server-side encryption for a state machine.A builder forCfnStateMachine.EncryptionConfigurationPropertyDefines a destination forLoggingConfiguration.A builder forCfnStateMachine.LogDestinationPropertyDefines what execution history events are logged and where they are logged.A builder forCfnStateMachine.LoggingConfigurationPropertyDefines the S3 bucket location where a state machine definition is stored.A builder forCfnStateMachine.S3LocationPropertyTheTagsEntryproperty specifies tags to identify a state machine.A builder forCfnStateMachine.TagsEntryPropertySelects whether or not the state machine's AWS X-Ray tracing is enabled.A builder forCfnStateMachine.TracingConfigurationPropertyRepresents a state machine alias .A fluent builder forCfnStateMachineAlias.Enables gradual state machine deployments.A builder forCfnStateMachineAlias.DeploymentPreferencePropertyThe state machine version to which you want to route the execution traffic.A builder forCfnStateMachineAlias.RoutingConfigurationVersionPropertyProperties for defining aCfnStateMachineAlias.A builder forCfnStateMachineAliasPropsProperties for defining aCfnStateMachine.A builder forCfnStateMachinePropsRepresents a state machine version .A fluent builder forCfnStateMachineVersion.Properties for defining aCfnStateMachineVersion.A builder forCfnStateMachineVersionPropsA collection of states to chain onto.Define a Choice in the state machine.A fluent builder forChoice.Properties for defining a Choice state.A builder forChoicePropsOptions for Choice Transition.A builder forChoiceTransitionOptionsA Condition for use in a Choice state branch.Specifies a target role assumed by the State Machine's execution role for invoking the task's resource.A builder forCredentialsCSV header location options.Configuration for CSV header options for a CSV Item Reader.State defined by supplying Amazon States Language (ASL) in the state machine.A fluent builder forCustomState.Properties for defining a custom state definition.A builder forCustomStatePropsExample:Partial object from the StateMachine L1 construct properties containing definition information.A builder forDefinitionConfigDefine a Distributed Mode Map state in the state machine.A fluent builder forDistributedMap.Properties for configuring a Distribute Map state.A builder forDistributedMapPropsBase class for creating an EncryptionConfiguration for either state machines or activities.Define a Fail state in the state machine.A fluent builder forFail.Properties for defining a Fail state.A builder forFailPropsExample:A fluent builder forFileDefinitionBody.Options for finding reachable states.A builder forFindStateOptionsRepresents a Step Functions Activity https://docs.aws.amazon.com/step-functions/latest/dg/concepts-activities.html.Internal default implementation forIActivity.Interface for objects that can be used in a Chain.Internal default implementation forIChainable.Base interface for Item Reader configurations.Internal default implementation forIItemReader.Interface for states that can have 'next' states.Internal default implementation forINextable.The type of task input.AWS Step Functions integrates with services directly in the Amazon States Language.A State Machine.Internal default implementation forIStateMachine.Configuration for processing a group of items in a single child workflow execution.A fluent builder forItemBatcher.Interface for ItemBatcher configuration properties.A builder forItemBatcherPropsBase interface for Item Reader configuration properties.A builder forItemReaderPropsValues allowed in the retrier JitterStrategy field.Defines which category of execution history events are logged.Defines what execution history events are logged and where they are logged.A builder forLogOptionsDefine a Map state in the state machine.A fluent builder forMap.Define a Map state in the state machine.Properties for defining a Map state.A builder forMapBasePropsProperties for defining a Map state.A builder forMapPropsDefine a Parallel state in the state machine.A fluent builder forParallel.Properties for defining a Parallel state.A builder forParallelPropsDefine a Pass in the state machine.A fluent builder forPass.Properties for defining a Pass state.A builder forPassPropsSpecifies the configuration for the processor Map state.A builder forProcessorConfigMode of the Map workflow.Execution type for the Map workflow.The result of a Pass operation.Configuration for writing Distributed Map state results to S3.A fluent builder forResultWriter.Interface for Result Writer configuration properties.A builder forResultWriterPropsRetry details.A builder forRetryPropsItem Reader configuration for iterating over items in a CSV file stored in S3.A fluent builder forS3CsvItemReader.Properties for configuring an Item Reader that iterates over items in a CSV file in S3.A builder forS3CsvItemReaderPropsBase interface for Item Reader configuration properties the iterate over entries in a S3 file.A builder forS3FileItemReaderPropsItem Reader configuration for iterating over items in a JSON array stored in a S3 file.A fluent builder forS3JsonItemReader.Item Reader configuration for iterating over items in a S3 inventory manifest file stored in S3.A fluent builder forS3ManifestItemReader.Item Reader configuration for iterating over objects in an S3 bucket.A fluent builder forS3ObjectsItemReader.Properties for configuring an Item Reader that iterates over objects in an S3 bucket.A builder forS3ObjectsItemReaderPropsThree ways to call an integrated service: Request Response, Run a Job and Wait for a Callback with Task Token.Options for creating a single state.A builder forSingleStateOptionsBase class for all other state classes.A collection of connected states.Define a StepFunctions State Machine.A fluent builder forStateMachine.Base class for reusable state machine fragments.Properties for defining a State Machine.A builder forStateMachinePropsTwo types of state machines are available in AWS Step Functions: EXPRESS AND STANDARD.Properties shared by all states.A builder forStatePropsDefine a Succeed state in the state machine.A fluent builder forSucceed.Properties for defining a Succeed state.A builder forSucceedPropsType union for task classes that accept multiple types of payload.Task Metrics.A builder forTaskMetricsConfigRole to be assumed by the State Machine's execution role for invoking a task's resource.Define a Task state in the state machine.Props that are common to all tasks.A builder forTaskStateBasePropsTimeout for a task or heartbeat.Define a Wait state in the state machine.A fluent builder forWait.Properties for defining a Wait state.A builder forWaitPropsRepresents the Wait state which delays a state machine from continuing for a specified time. -
Classes in software.amazon.awscdk.services.stepfunctions used by software.amazon.awscdk.services.stepfunctions.tasksClassDescriptionSpecifies a target role assumed by the State Machine's execution role for invoking the task's resource.Represents a Step Functions Activity https://docs.aws.amazon.com/step-functions/latest/dg/concepts-activities.html.Interface for objects that can be used in a Chain.Interface for states that can have 'next' states.AWS Step Functions integrates with services directly in the Amazon States Language.A State Machine.Three ways to call an integrated service: Request Response, Run a Job and Wait for a Callback with Task Token.Base class for all other state classes.Type union for task classes that accept multiple types of payload.Task Metrics.Define a Task state in the state machine.Props that are common to all tasks.Timeout for a task or heartbeat.