public static interface CfnGatewayRoute.GatewayRouteHostnameRewriteProperty
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.*; GatewayRouteHostnameRewriteProperty gatewayRouteHostnameRewriteProperty = GatewayRouteHostnameRewriteProperty.builder() .defaultTargetHostname("defaultTargetHostname") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnGatewayRoute.GatewayRouteHostnameRewriteProperty.Builder
A builder for
CfnGatewayRoute.GatewayRouteHostnameRewriteProperty |
static class |
CfnGatewayRoute.GatewayRouteHostnameRewriteProperty.Jsii$Proxy
An implementation for
CfnGatewayRoute.GatewayRouteHostnameRewriteProperty |
Modifier and Type | Method and Description |
---|---|
static CfnGatewayRoute.GatewayRouteHostnameRewriteProperty.Builder |
builder() |
default java.lang.String |
getDefaultTargetHostname()
The default target host name to write to.
|