Interface CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty.Jsii$Proxy
- Enclosing class:
- CfnGatewayRoute
@Stability(Stable)
public static interface CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty
extends software.amazon.jsii.JsiiSerializable
An object representing the beginning characters of the route 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.*;
HttpGatewayRoutePrefixRewriteProperty httpGatewayRoutePrefixRewriteProperty = HttpGatewayRoutePrefixRewriteProperty.builder()
.defaultPrefix("defaultPrefix")
.value("value")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGatewayRoute.HttpGatewayRoutePrefixRewritePropertystatic final classAn implementation forCfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefaultPrefix
The default prefix used to replace the incoming route prefix when rewritten. -
getValue
The value used to replace the incoming route prefix when rewritten. -
builder
-