Uses of Class
software.amazon.awscdk.services.apigatewayv2.ParameterMapping
Packages that use ParameterMapping
Package
Description
AWS::APIGatewayv2 Construct Library
AWS APIGatewayv2 Integrations
-
Uses of ParameterMapping in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return ParameterMappingModifier and TypeMethodDescriptionParameterMapping.appendHeader
(String name, MappingValue value) (experimental) Creates a mapping to append a header.ParameterMapping.appendQueryString
(String name, MappingValue value) (experimental) Creates a mapping to append a query string.(experimental) Creates a custom mapping.static ParameterMapping
ParameterMapping.fromObject
(Map<String, ? extends MappingValue> obj) (experimental) Creates a mapping from an object.default ParameterMapping
HttpIntegrationProps.getParameterMapping()
(experimental) Specifies how to transform HTTP requests before sending them to the backend.final ParameterMapping
HttpIntegrationProps.Jsii$Proxy.getParameterMapping()
default ParameterMapping
HttpRouteIntegrationConfig.getParameterMapping()
(experimental) Specifies how to transform HTTP requests before sending them to the backend.final ParameterMapping
HttpRouteIntegrationConfig.Jsii$Proxy.getParameterMapping()
ParameterMapping.overwriteHeader
(String name, MappingValue value) (experimental) Creates a mapping to overwrite a header.ParameterMapping.overwritePath
(MappingValue value) (experimental) Creates a mapping to overwrite a path.ParameterMapping.overwriteQueryString
(String name, MappingValue value) (experimental) Creates a mapping to overwrite a querystring.ParameterMapping.removeHeader
(String name) (experimental) Creates a mapping to remove a header.ParameterMapping.removeQueryString
(String name) (experimental) Creates a mapping to remove a querystring.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type ParameterMappingModifier and TypeMethodDescriptionHttpIntegration.Builder.parameterMapping
(ParameterMapping parameterMapping) (experimental) Specifies how to transform HTTP requests before sending them to the backend.HttpIntegrationProps.Builder.parameterMapping
(ParameterMapping parameterMapping) Sets the value ofHttpIntegrationProps.getParameterMapping()
HttpRouteIntegrationConfig.Builder.parameterMapping
(ParameterMapping parameterMapping) Sets the value ofHttpRouteIntegrationConfig.getParameterMapping()
-
Uses of ParameterMapping in software.amazon.awscdk.services.apigatewayv2.integrations
Methods in software.amazon.awscdk.services.apigatewayv2.integrations that return ParameterMappingModifier and TypeMethodDescriptionfinal ParameterMapping
HttpAlbIntegrationProps.Jsii$Proxy.getParameterMapping()
default ParameterMapping
HttpLambdaIntegrationProps.getParameterMapping()
(experimental) Specifies how to transform HTTP requests before sending them to the backend.final ParameterMapping
HttpLambdaIntegrationProps.Jsii$Proxy.getParameterMapping()
final ParameterMapping
HttpNlbIntegrationProps.Jsii$Proxy.getParameterMapping()
default ParameterMapping
HttpPrivateIntegrationOptions.getParameterMapping()
(experimental) Specifies how to transform HTTP requests before sending them to the backend.final ParameterMapping
HttpPrivateIntegrationOptions.Jsii$Proxy.getParameterMapping()
final ParameterMapping
HttpServiceDiscoveryIntegrationProps.Jsii$Proxy.getParameterMapping()
default ParameterMapping
HttpUrlIntegrationProps.getParameterMapping()
(experimental) Specifies how to transform HTTP requests before sending them to the backend.final ParameterMapping
HttpUrlIntegrationProps.Jsii$Proxy.getParameterMapping()
Methods in software.amazon.awscdk.services.apigatewayv2.integrations with parameters of type ParameterMappingModifier and TypeMethodDescriptionHttpAlbIntegration.Builder.parameterMapping
(ParameterMapping parameterMapping) (experimental) Specifies how to transform HTTP requests before sending them to the backend.HttpAlbIntegrationProps.Builder.parameterMapping
(ParameterMapping parameterMapping) Sets the value ofHttpPrivateIntegrationOptions.getParameterMapping()
HttpLambdaIntegration.Builder.parameterMapping
(ParameterMapping parameterMapping) (experimental) Specifies how to transform HTTP requests before sending them to the backend.HttpLambdaIntegrationProps.Builder.parameterMapping
(ParameterMapping parameterMapping) Sets the value ofHttpLambdaIntegrationProps.getParameterMapping()
HttpNlbIntegration.Builder.parameterMapping
(ParameterMapping parameterMapping) (experimental) Specifies how to transform HTTP requests before sending them to the backend.HttpNlbIntegrationProps.Builder.parameterMapping
(ParameterMapping parameterMapping) Sets the value ofHttpPrivateIntegrationOptions.getParameterMapping()
HttpPrivateIntegrationOptions.Builder.parameterMapping
(ParameterMapping parameterMapping) Sets the value ofHttpPrivateIntegrationOptions.getParameterMapping()
HttpServiceDiscoveryIntegration.Builder.parameterMapping
(ParameterMapping parameterMapping) (experimental) Specifies how to transform HTTP requests before sending them to the backend.HttpServiceDiscoveryIntegrationProps.Builder.parameterMapping
(ParameterMapping parameterMapping) Sets the value ofHttpPrivateIntegrationOptions.getParameterMapping()
HttpUrlIntegration.Builder.parameterMapping
(ParameterMapping parameterMapping) (experimental) Specifies how to transform HTTP requests before sending them to the backend.HttpUrlIntegrationProps.Builder.parameterMapping
(ParameterMapping parameterMapping) Sets the value ofHttpUrlIntegrationProps.getParameterMapping()