-
An optional description for this state.
A condition that must be satisfied in order for a conditional PutItem operation to succeed.
DynamoPutItem.Builder.create(software.constructs.Construct scope,
String id)
One or more substitution tokens for attribute names in an expression.
One or more values that can be substituted in an expression.
DynamoPutItem.Builder.heartbeat(software.amazon.awscdk.core.Duration heartbeat)
Timeout for the heartbeat.
JSONPath expression to select part of the state to be the input to this state.
AWS Step Functions integrates with services directly in the Amazon States Language.
A map of attribute name/value pairs, one for each attribute.
JSONPath expression to select select a portion of the state output to pass to the next state.
JSONPath expression to indicate where to inject the state's output.
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
Determines the level of detail about provisioned throughput consumption that is returned in the response.
The item collection metrics to returned in the response.
Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.
The name of the table where the item should be written .
DynamoPutItem.Builder.timeout(software.amazon.awscdk.core.Duration timeout)
Timeout for the state machine.