Package | Description |
---|---|
software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
Modifier and Type | Method and Description |
---|---|
AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.comment(String comment)
(experimental) An optional description for this state.
|
static AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.create(software.constructs.Construct scope,
String id) |
AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.integrationPattern(IntegrationPattern integrationPattern)
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select select a portion of the state output to pass to the next state.
|
AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.queryExecutionId(String queryExecutionId)
(experimental) Query that will be retrieved.
|
AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.resultSelector(Map<String,? extends Object> resultSelector)
(experimental) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
Copyright © 2021. All rights reserved.