@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-07-28T11:53:23.233Z") @Stability(value=Stable) public interface EksCallProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
EksCallProps.Builder
A builder for
EksCallProps |
static class |
EksCallProps.Jsii$Proxy
An implementation for
EksCallProps |
| Modifier and Type | Method and Description |
|---|---|
static EksCallProps.Builder |
builder() |
ICluster |
getCluster()
The EKS cluster.
|
HttpMethods |
getHttpMethod()
HTTP method ("GET", "POST", "PUT", ...) part of HTTP request.
|
String |
getHttpPath()
HTTP path of the Kubernetes REST API operation For example: /api/v1/namespaces/default/pods.
|
default Map<String,List<String>> |
getQueryParameters()
Query Parameters part of HTTP request.
|
default TaskInput |
getRequestBody()
Request body part of HTTP request.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Stable) @NotNull ICluster getCluster()
@Stability(value=Stable) @NotNull HttpMethods getHttpMethod()
@Stability(value=Stable) @NotNull String getHttpPath()
@Stability(value=Stable) @Nullable default Map<String,List<String>> getQueryParameters()
Default: - no query parameters
@Stability(value=Stable) @Nullable default TaskInput getRequestBody()
Default: - No request body
@Stability(value=Stable) static EksCallProps.Builder builder()
builder in interface TaskStateBasePropsEksCallProps.Builder of EksCallPropsCopyright © 2021. All rights reserved.