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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnGatewayRoute.HttpGatewayRoutePathRewriteProperty
static final class
An implementation forCfnGatewayRoute.HttpGatewayRoutePathRewriteProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExact
The exact path to rewrite. -
builder
-