Interface CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty.Jsii$Proxy
- Enclosing class:
CfnGatewayRoute
@Stability(Stable)
public static interface CfnGatewayRoute.HttpGatewayRoutePathRewriteProperty
extends software.amazon.jsii.JsiiSerializable
An object that represents the path to rewrite.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appmesh.*;
HttpGatewayRoutePathRewriteProperty httpGatewayRoutePathRewriteProperty = HttpGatewayRoutePathRewriteProperty.builder()
.exact("exact")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGatewayRoute.HttpGatewayRoutePathRewritePropertystatic final classAn implementation forCfnGatewayRoute.HttpGatewayRoutePathRewriteProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExact
The exact path to rewrite.- See Also:
-
builder
-