@Stability(value=Stable)
public static interface CfnStateMachine.DefinitionProperty
extends software.amazon.jsii.JsiiSerializable
State machine definitions adhere to the Amazon States Language . For example definition templates, see the Definition format support section of the Development options page in the Step Functions developer guide.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.stepfunctions.*; DefinitionProperty definitionProperty = DefinitionProperty.builder().build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStateMachine.DefinitionProperty.Builder
A builder for
CfnStateMachine.DefinitionProperty |
static class |
CfnStateMachine.DefinitionProperty.Jsii$Proxy
An implementation for
CfnStateMachine.DefinitionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStateMachine.DefinitionProperty.Builder |
builder() |
@Stability(value=Stable) static CfnStateMachine.DefinitionProperty.Builder builder()
Copyright © 2022. All rights reserved.