| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LogOptions.Jsii$Proxy
An implementation for
LogOptions |
| Modifier and Type | Method and Description |
|---|---|
LogOptions |
LogOptions.Builder.build()
Builds the configured instance.
|
default LogOptions |
StateMachineProps.getLogs()
(experimental) Defines what execution history events are logged and where they are logged.
|
LogOptions |
StateMachineProps.Jsii$Proxy.getLogs() |
| Modifier and Type | Method and Description |
|---|---|
StateMachineProps.Builder |
StateMachineProps.Builder.logs(LogOptions logs)
Sets the value of
StateMachineProps.getLogs() |
StateMachine.Builder |
StateMachine.Builder.logs(LogOptions logs)
(experimental) Defines what execution history events are logged and where they are logged.
|
| Constructor and Description |
|---|
Jsii$Proxy(IChainable definition,
LogOptions logs,
IRole role,
String stateMachineName,
StateMachineType stateMachineType,
Duration timeout,
Boolean tracingEnabled)
Constructor that initializes the object based on literal property values passed by the
StateMachineProps.Builder. |
Copyright © 2021. All rights reserved.