| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.comment(String comment)
(experimental) An optional description for this state.
|
static AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.create(software.constructs.Construct scope,
String id) |
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.integrationPattern(IntegrationPattern integrationPattern)
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.maxResults(Number maxResults)
(experimental) Max number of results.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.nextToken(String nextToken)
(experimental) Pagination token.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select select a portion of the state output to pass to the next state.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.queryExecutionId(String queryExecutionId)
(experimental) Query that will be retrieved.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.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.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
Copyright © 2021. All rights reserved.