@Stability(value=Stable)
public static interface CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty.Builder
A builder for
CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty |
static class |
CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty.Jsii$Proxy
An implementation for
CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty.Builder |
builder() |
default String |
getDefaultPrefix()
The default prefix used to replace the incoming route prefix when rewritten.
|
default String |
getValue()
The value used to replace the incoming route prefix when rewritten.
|
@Stability(value=Stable) @Nullable default String getDefaultPrefix()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty.Builder builder()
Copyright © 2022. All rights reserved.