Class EksCallProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.EksCallProps.Jsii$Proxy
- All Implemented Interfaces:
EksCallProps,TaskStateBaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EksCallProps
@Stability(Stable)
@Internal
public static final class EksCallProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EksCallProps
An implementation for
EksCallProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.EksCallProps
EksCallProps.Builder, EksCallProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EksCallProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEksCallProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal IClusterThe EKS cluster.final Stringfinal software.amazon.awscdk.core.Durationfinal HttpMethodsHTTP method ("GET", "POST", "PUT", ...) part of HTTP request.final StringHTTP path of the Kubernetes REST API operation For example: /api/v1/namespaces/default/pods.final Stringfinal IntegrationPatternfinal StringQuery Parameters part of HTTP request.final TaskInputRequest body part of HTTP request.final Stringfinal software.amazon.awscdk.core.Durationfinal inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theEksCallProps.Builder.
-
-
Method Details
-
getCluster
Description copied from interface:EksCallPropsThe EKS cluster.- Specified by:
getClusterin interfaceEksCallProps
-
getHttpMethod
Description copied from interface:EksCallPropsHTTP method ("GET", "POST", "PUT", ...) part of HTTP request.- Specified by:
getHttpMethodin interfaceEksCallProps
-
getHttpPath
Description copied from interface:EksCallPropsHTTP path of the Kubernetes REST API operation For example: /api/v1/namespaces/default/pods.- Specified by:
getHttpPathin interfaceEksCallProps
-
getQueryParameters
Description copied from interface:EksCallPropsQuery Parameters part of HTTP request.Default: - no query parameters
- Specified by:
getQueryParametersin interfaceEksCallProps
-
getRequestBody
Description copied from interface:EksCallPropsRequest body part of HTTP request.Default: - No request body
- Specified by:
getRequestBodyin interfaceEksCallProps
-
getComment
- Specified by:
getCommentin interfaceTaskStateBaseProps
-
getHeartbeat
public final software.amazon.awscdk.core.Duration getHeartbeat()- Specified by:
getHeartbeatin interfaceTaskStateBaseProps
-
getInputPath
- Specified by:
getInputPathin interfaceTaskStateBaseProps
-
getIntegrationPattern
- Specified by:
getIntegrationPatternin interfaceTaskStateBaseProps
-
getOutputPath
- Specified by:
getOutputPathin interfaceTaskStateBaseProps
-
getResultPath
- Specified by:
getResultPathin interfaceTaskStateBaseProps
-
getResultSelector
- Specified by:
getResultSelectorin interfaceTaskStateBaseProps
-
getTimeout
public final software.amazon.awscdk.core.Duration getTimeout()- Specified by:
getTimeoutin interfaceTaskStateBaseProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-