| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| software.amazon.awscdk.services.apigatewayv2.integrations |
AWS APIGatewayv2 Integrations
|
| Modifier and Type | Method and Description |
|---|---|
ParameterMapping |
ParameterMapping.appendHeader(String name,
MappingValue value)
(experimental) Creates a mapping to append a header.
|
ParameterMapping |
ParameterMapping.appendQueryString(String name,
MappingValue value)
(experimental) Creates a mapping to append a query string.
|
ParameterMapping |
ParameterMapping.custom(String key,
String value)
(experimental) Creates a custom mapping.
|
default ParameterMapping |
HttpRouteIntegrationConfig.getParameterMapping()
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
ParameterMapping |
HttpRouteIntegrationConfig.Jsii$Proxy.getParameterMapping() |
default ParameterMapping |
HttpIntegrationProps.getParameterMapping()
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
ParameterMapping |
HttpIntegrationProps.Jsii$Proxy.getParameterMapping() |
ParameterMapping |
ParameterMapping.overwriteHeader(String name,
MappingValue value)
(experimental) Creates a mapping to overwrite a header.
|
ParameterMapping |
ParameterMapping.overwritePath(MappingValue value)
(experimental) Creates a mapping to overwrite a path.
|
ParameterMapping |
ParameterMapping.overwriteQueryString(String name,
MappingValue value)
(experimental) Creates a mapping to overwrite a querystring.
|
ParameterMapping |
ParameterMapping.removeHeader(String name)
(experimental) Creates a mapping to remove a header.
|
ParameterMapping |
ParameterMapping.removeQueryString(String name)
(experimental) Creates a mapping to remove a querystring.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRouteIntegrationConfig.Builder |
HttpRouteIntegrationConfig.Builder.parameterMapping(ParameterMapping parameterMapping)
Sets the value of
HttpRouteIntegrationConfig.getParameterMapping() |
HttpIntegrationProps.Builder |
HttpIntegrationProps.Builder.parameterMapping(ParameterMapping parameterMapping)
Sets the value of
HttpIntegrationProps.getParameterMapping() |
HttpIntegration.Builder |
HttpIntegration.Builder.parameterMapping(ParameterMapping parameterMapping)
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterMapping |
HttpServiceDiscoveryIntegrationProps.Jsii$Proxy.getParameterMapping() |
default ParameterMapping |
HttpPrivateIntegrationOptions.getParameterMapping()
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
ParameterMapping |
HttpPrivateIntegrationOptions.Jsii$Proxy.getParameterMapping() |
default ParameterMapping |
HttpUrlIntegrationProps.getParameterMapping()
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
ParameterMapping |
HttpUrlIntegrationProps.Jsii$Proxy.getParameterMapping() |
ParameterMapping |
HttpNlbIntegrationProps.Jsii$Proxy.getParameterMapping() |
default ParameterMapping |
HttpLambdaIntegrationProps.getParameterMapping()
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
ParameterMapping |
HttpLambdaIntegrationProps.Jsii$Proxy.getParameterMapping() |
ParameterMapping |
HttpAlbIntegrationProps.Jsii$Proxy.getParameterMapping() |
| Modifier and Type | Method and Description |
|---|---|
HttpServiceDiscoveryIntegrationProps.Builder |
HttpServiceDiscoveryIntegrationProps.Builder.parameterMapping(ParameterMapping parameterMapping)
Sets the value of
HttpPrivateIntegrationOptions.getParameterMapping() |
HttpPrivateIntegrationOptions.Builder |
HttpPrivateIntegrationOptions.Builder.parameterMapping(ParameterMapping parameterMapping)
Sets the value of
HttpPrivateIntegrationOptions.getParameterMapping() |
HttpUrlIntegrationProps.Builder |
HttpUrlIntegrationProps.Builder.parameterMapping(ParameterMapping parameterMapping)
Sets the value of
HttpUrlIntegrationProps.getParameterMapping() |
HttpNlbIntegrationProps.Builder |
HttpNlbIntegrationProps.Builder.parameterMapping(ParameterMapping parameterMapping)
Sets the value of
HttpPrivateIntegrationOptions.getParameterMapping() |
HttpLambdaIntegration.Builder |
HttpLambdaIntegration.Builder.parameterMapping(ParameterMapping parameterMapping)
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
HttpServiceDiscoveryIntegration.Builder |
HttpServiceDiscoveryIntegration.Builder.parameterMapping(ParameterMapping parameterMapping)
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
HttpLambdaIntegrationProps.Builder |
HttpLambdaIntegrationProps.Builder.parameterMapping(ParameterMapping parameterMapping)
Sets the value of
HttpLambdaIntegrationProps.getParameterMapping() |
HttpNlbIntegration.Builder |
HttpNlbIntegration.Builder.parameterMapping(ParameterMapping parameterMapping)
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
HttpAlbIntegrationProps.Builder |
HttpAlbIntegrationProps.Builder.parameterMapping(ParameterMapping parameterMapping)
Sets the value of
HttpPrivateIntegrationOptions.getParameterMapping() |
HttpUrlIntegration.Builder |
HttpUrlIntegration.Builder.parameterMapping(ParameterMapping parameterMapping)
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
HttpAlbIntegration.Builder |
HttpAlbIntegration.Builder.parameterMapping(ParameterMapping parameterMapping)
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
Copyright © 2022. All rights reserved.