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 ParameterMappingParameterMapping.fromObject(Map<String, ? extends MappingValue> obj) (experimental) Creates a mapping from an object.default ParameterMappingHttpIntegrationProps.getParameterMapping()(experimental) Specifies how to transform HTTP requests before sending them to the backend.final ParameterMappingHttpIntegrationProps.Jsii$Proxy.getParameterMapping()default ParameterMappingHttpRouteIntegrationConfig.getParameterMapping()(experimental) Specifies how to transform HTTP requests before sending them to the backend.final ParameterMappingHttpRouteIntegrationConfig.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 ParameterMappingHttpAlbIntegrationProps.Jsii$Proxy.getParameterMapping()default ParameterMappingHttpLambdaIntegrationProps.getParameterMapping()(experimental) Specifies how to transform HTTP requests before sending them to the backend.final ParameterMappingHttpLambdaIntegrationProps.Jsii$Proxy.getParameterMapping()final ParameterMappingHttpNlbIntegrationProps.Jsii$Proxy.getParameterMapping()default ParameterMappingHttpPrivateIntegrationOptions.getParameterMapping()(experimental) Specifies how to transform HTTP requests before sending them to the backend.final ParameterMappingHttpPrivateIntegrationOptions.Jsii$Proxy.getParameterMapping()final ParameterMappingHttpServiceDiscoveryIntegrationProps.Jsii$Proxy.getParameterMapping()default ParameterMappingHttpUrlIntegrationProps.getParameterMapping()(experimental) Specifies how to transform HTTP requests before sending them to the backend.final ParameterMappingHttpUrlIntegrationProps.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()