| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnStateMachine.Builder |
CfnStateMachine.Builder.create(software.constructs.Construct scope,
String id) |
CfnStateMachine.Builder |
CfnStateMachine.Builder.definition(Object definition)
The Amazon States Language definition of the state machine.
|
CfnStateMachine.Builder |
CfnStateMachine.Builder.definitionS3Location(CfnStateMachine.S3LocationProperty definitionS3Location)
The name of the S3 bucket where the state machine definition is stored.
|
CfnStateMachine.Builder |
CfnStateMachine.Builder.definitionS3Location(IResolvable definitionS3Location)
The name of the S3 bucket where the state machine definition is stored.
|
CfnStateMachine.Builder |
CfnStateMachine.Builder.definitionString(String definitionString)
The Amazon States Language definition of the state machine.
|
CfnStateMachine.Builder |
CfnStateMachine.Builder.definitionSubstitutions(IResolvable definitionSubstitutions)
A map (string to string) that specifies the mappings for placeholder variables in the state machine definition.
|
CfnStateMachine.Builder |
CfnStateMachine.Builder.definitionSubstitutions(Map<String,String> definitionSubstitutions)
A map (string to string) that specifies the mappings for placeholder variables in the state machine definition.
|
CfnStateMachine.Builder |
CfnStateMachine.Builder.loggingConfiguration(CfnStateMachine.LoggingConfigurationProperty loggingConfiguration)
Defines what execution history events are logged and where they are logged.
|
CfnStateMachine.Builder |
CfnStateMachine.Builder.loggingConfiguration(IResolvable loggingConfiguration)
Defines what execution history events are logged and where they are logged.
|
CfnStateMachine.Builder |
CfnStateMachine.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to use for this state machine.
|
CfnStateMachine.Builder |
CfnStateMachine.Builder.stateMachineName(String stateMachineName)
The name of the state machine.
|
CfnStateMachine.Builder |
CfnStateMachine.Builder.stateMachineType(String stateMachineType)
Determines whether a `STANDARD` or `EXPRESS` state machine is created.
|
CfnStateMachine.Builder |
CfnStateMachine.Builder.tags(List<? extends CfnStateMachine.TagsEntryProperty> tags)
The list of tags to add to a resource.
|
CfnStateMachine.Builder |
CfnStateMachine.Builder.tracingConfiguration(CfnStateMachine.TracingConfigurationProperty tracingConfiguration)
Selects whether or not the state machine's AWS X-Ray tracing is enabled.
|
CfnStateMachine.Builder |
CfnStateMachine.Builder.tracingConfiguration(IResolvable tracingConfiguration)
Selects whether or not the state machine's AWS X-Ray tracing is enabled.
|
Copyright © 2022. All rights reserved.