| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestContext.Jsii$Proxy
An implementation for
RequestContext |
| Modifier and Type | Method and Description |
|---|---|
RequestContext |
RequestContext.Builder.build()
Builds the configured instance.
|
default RequestContext |
StepFunctionsRestApiProps.getRequestContext()
Which details of the incoming request must be passed onto the underlying state machine, such as, account id, user identity, request id, etc.
|
RequestContext |
StepFunctionsRestApiProps.Jsii$Proxy.getRequestContext() |
default RequestContext |
StepFunctionsExecutionIntegrationOptions.getRequestContext()
Which details of the incoming request must be passed onto the underlying state machine, such as, account id, user identity, request id, etc.
|
RequestContext |
StepFunctionsExecutionIntegrationOptions.Jsii$Proxy.getRequestContext() |
| Modifier and Type | Method and Description |
|---|---|
StepFunctionsRestApiProps.Builder |
StepFunctionsRestApiProps.Builder.requestContext(RequestContext requestContext)
Sets the value of
StepFunctionsRestApiProps.getRequestContext() |
StepFunctionsRestApi.Builder |
StepFunctionsRestApi.Builder.requestContext(RequestContext requestContext)
Which details of the incoming request must be passed onto the underlying state machine, such as, account id, user identity, request id, etc.
|
StepFunctionsExecutionIntegrationOptions.Builder |
StepFunctionsExecutionIntegrationOptions.Builder.requestContext(RequestContext requestContext)
Sets the value of
StepFunctionsExecutionIntegrationOptions.getRequestContext() |
Copyright © 2022. All rights reserved.