Class HttpStepFunctionsIntegrationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.aws_apigatewayv2_integrations.HttpStepFunctionsIntegrationProps.Jsii$Proxy
- All Implemented Interfaces:
HttpStepFunctionsIntegrationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
HttpStepFunctionsIntegrationProps
@Stability(Stable)
@Internal
public static final class HttpStepFunctionsIntegrationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements HttpStepFunctionsIntegrationProps
An implementation for
HttpStepFunctionsIntegrationProps-
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.aws_apigatewayv2_integrations.HttpStepFunctionsIntegrationProps
HttpStepFunctionsIntegrationProps.Builder, HttpStepFunctionsIntegrationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theHttpStepFunctionsIntegrationProps.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 ParameterMappingSpecifies how to transform HTTP requests before sending them to the backend.final StateMachineStatemachine that Integrates with API Gateway.final HttpIntegrationSubtypeThe subtype of the HTTP integration.final 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 theHttpStepFunctionsIntegrationProps.Builder.
-
-
Method Details
-
getStateMachine
Description copied from interface:HttpStepFunctionsIntegrationPropsStatemachine that Integrates with API Gateway.- Specified by:
getStateMachinein interfaceHttpStepFunctionsIntegrationProps
-
getParameterMapping
Description copied from interface:HttpStepFunctionsIntegrationPropsSpecifies how to transform HTTP requests before sending them to the backend.When the subtype is either
START_EXECUTIONorSTART_SYNC_EXECUTION, it is necessary to specify theStateMachineArn. Conversely, when the subtype isSTOP_EXECUTION, theExecutionArnmust be specified.Default: - specify only `StateMachineArn`
- Specified by:
getParameterMappingin interfaceHttpStepFunctionsIntegrationProps- See Also:
-
getSubtype
Description copied from interface:HttpStepFunctionsIntegrationPropsThe subtype of the HTTP integration.Only subtypes starting with STEPFUNCTIONS_ can be specified.
Default: HttpIntegrationSubtype.STEPFUNCTIONS_START_EXECUTION
- Specified by:
getSubtypein interfaceHttpStepFunctionsIntegrationProps
-
$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()
-