@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-14T16:25:34.323Z")
public interface GatewayRouteHostnameMatchConfig
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.*; GatewayRouteHostnameMatchConfig gatewayRouteHostnameMatchConfig = GatewayRouteHostnameMatchConfig.builder() .hostnameMatch(GatewayRouteHostnameMatchProperty.builder() .exact("exact") .suffix("suffix") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
GatewayRouteHostnameMatchConfig.Builder
A builder for
GatewayRouteHostnameMatchConfig |
static class |
GatewayRouteHostnameMatchConfig.Jsii$Proxy
An implementation for
GatewayRouteHostnameMatchConfig |
Modifier and Type | Method and Description |
---|---|
static GatewayRouteHostnameMatchConfig.Builder |
builder() |
CfnGatewayRoute.GatewayRouteHostnameMatchProperty |
getHostnameMatch()
GatewayRoute CFN configuration for host name match.
|
CfnGatewayRoute.GatewayRouteHostnameMatchProperty getHostnameMatch()
static GatewayRouteHostnameMatchConfig.Builder builder()