| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default PassthroughBehavior |
IntegrationOptions.getPassthroughBehavior()
(experimental) Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource.
|
PassthroughBehavior |
IntegrationOptions.Jsii$Proxy.getPassthroughBehavior() |
PassthroughBehavior |
LambdaIntegrationOptions.Jsii$Proxy.getPassthroughBehavior() |
static PassthroughBehavior |
PassthroughBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PassthroughBehavior[] |
PassthroughBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaIntegration.Builder |
LambdaIntegration.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior)
(experimental) Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource.
|
IntegrationOptions.Builder |
IntegrationOptions.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior)
Sets the value of
IntegrationOptions.getPassthroughBehavior() |
LambdaIntegrationOptions.Builder |
LambdaIntegrationOptions.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior)
Sets the value of
IntegrationOptions.getPassthroughBehavior() |
MockIntegration.Builder |
MockIntegration.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior)
(experimental) Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowTestInvoke,
Boolean proxy,
List<String> cacheKeyParameters,
String cacheNamespace,
ConnectionType connectionType,
ContentHandling contentHandling,
Boolean credentialsPassthrough,
IRole credentialsRole,
List<? extends IntegrationResponse> integrationResponses,
PassthroughBehavior passthroughBehavior,
Map<String,String> requestParameters,
Map<String,String> requestTemplates,
Duration timeout,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
LambdaIntegrationOptions.Builder. |
Jsii$Proxy(List<String> cacheKeyParameters,
String cacheNamespace,
ConnectionType connectionType,
ContentHandling contentHandling,
Boolean credentialsPassthrough,
IRole credentialsRole,
List<? extends IntegrationResponse> integrationResponses,
PassthroughBehavior passthroughBehavior,
Map<String,String> requestParameters,
Map<String,String> requestTemplates,
Duration timeout,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
IntegrationOptions.Builder. |
Copyright © 2021. All rights reserved.