Interface CfnGatewayRoutePropsMixin.HttpGatewayRoutePathRewriteProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGatewayRoutePropsMixin.HttpGatewayRoutePathRewriteProperty.Jsii$Proxy
- Enclosing class:
CfnGatewayRoutePropsMixin
@Stability(Stable)
public static interface CfnGatewayRoutePropsMixin.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.cfnpropertymixins.services.appmesh.*;
HttpGatewayRoutePathRewriteProperty httpGatewayRoutePathRewriteProperty = HttpGatewayRoutePathRewriteProperty.builder()
.exact("exact")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnGatewayRoutePropsMixin.HttpGatewayRoutePathRewriteProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExact
The exact path to rewrite.- See Also:
-
builder
@Stability(Stable) static CfnGatewayRoutePropsMixin.HttpGatewayRoutePathRewriteProperty.Builder builder()
-