| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
EksCall.Builder |
EksCall.Builder.cluster(ICluster cluster)
(experimental) The EKS cluster.
|
EksCall.Builder |
EksCall.Builder.comment(String comment)
(experimental) An optional description for this state.
|
static EksCall.Builder |
EksCall.Builder.create(software.constructs.Construct scope,
String id) |
EksCall.Builder |
EksCall.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EksCall.Builder |
EksCall.Builder.httpMethod(HttpMethods httpMethod)
(experimental) HTTP method ("GET", "POST", "PUT", ...) part of HTTP request.
|
EksCall.Builder |
EksCall.Builder.httpPath(String httpPath)
(experimental) HTTP path of the Kubernetes REST API operation For example: /api/v1/namespaces/default/pods.
|
EksCall.Builder |
EksCall.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
EksCall.Builder |
EksCall.Builder.integrationPattern(IntegrationPattern integrationPattern)
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
EksCall.Builder |
EksCall.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select select a portion of the state output to pass to the next state.
|
EksCall.Builder |
EksCall.Builder.queryParameters(Map<String,? extends List<String>> queryParameters)
(experimental) Query Parameters part of HTTP request.
|
EksCall.Builder |
EksCall.Builder.requestBody(TaskInput requestBody)
(experimental) Request body part of HTTP request.
|
EksCall.Builder |
EksCall.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
EksCall.Builder |
EksCall.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.
|
EksCall.Builder |
EksCall.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
Copyright © 2021. All rights reserved.