Uses of Enum
software.amazon.awscdk.services.apigatewayv2.PassthroughBehavior
Packages that use PassthroughBehavior
Package
Description
AWS APIGatewayv2 Integrations
AWS APIGatewayv2 Construct Library
-
Uses of PassthroughBehavior in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations that return PassthroughBehaviorModifier and TypeMethodDescriptiondefault PassthroughBehaviorWebSocketAwsIntegrationProps.getPassthroughBehavior()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.final PassthroughBehaviorWebSocketAwsIntegrationProps.Jsii$Proxy.getPassthroughBehavior()Methods in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type PassthroughBehaviorModifier and TypeMethodDescriptionWebSocketAwsIntegration.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior) 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.WebSocketAwsIntegrationProps.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior) Sets the value ofWebSocketAwsIntegrationProps.getPassthroughBehavior() -
Uses of PassthroughBehavior in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return PassthroughBehaviorModifier and TypeMethodDescriptiondefault PassthroughBehaviorWebSocketIntegrationProps.getPassthroughBehavior()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.final PassthroughBehaviorWebSocketIntegrationProps.Jsii$Proxy.getPassthroughBehavior()default PassthroughBehaviorWebSocketRouteIntegrationConfig.getPassthroughBehavior()Integration passthrough behaviors.final PassthroughBehaviorWebSocketRouteIntegrationConfig.Jsii$Proxy.getPassthroughBehavior()static PassthroughBehaviorReturns 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.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type PassthroughBehaviorModifier and TypeMethodDescriptionWebSocketIntegration.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior) 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.WebSocketIntegrationProps.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior) Sets the value ofWebSocketIntegrationProps.getPassthroughBehavior()WebSocketRouteIntegrationConfig.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior) Sets the value ofWebSocketRouteIntegrationConfig.getPassthroughBehavior()