-
An optional description for this state.
Determines the read consistency model: If set to true, then the operation uses strongly consistent reads;
DynamoGetItem.Builder.create(software.constructs.Construct scope,
String id)
One or more substitution tokens for attribute names in an expression.
DynamoGetItem.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.
Primary key of the item to retrieve.
JSONPath expression to select select a portion of the state output to pass to the next state.
An array of DynamoProjectionExpression that identifies one or more attributes to retrieve from the table.
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 name of the table containing the requested item.
DynamoGetItem.Builder.timeout(software.amazon.awscdk.core.Duration timeout)
Timeout for the state machine.