@Stability(value=Stable)
public static interface CfnGatewayRoute.GatewayRouteHostnameMatchProperty
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.*; GatewayRouteHostnameMatchProperty gatewayRouteHostnameMatchProperty = GatewayRouteHostnameMatchProperty.builder() .exact("exact") .suffix("suffix") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnGatewayRoute.GatewayRouteHostnameMatchProperty.Builder
A builder for
CfnGatewayRoute.GatewayRouteHostnameMatchProperty |
static class |
CfnGatewayRoute.GatewayRouteHostnameMatchProperty.Jsii$Proxy
An implementation for
CfnGatewayRoute.GatewayRouteHostnameMatchProperty |
Modifier and Type | Method and Description |
---|---|
static CfnGatewayRoute.GatewayRouteHostnameMatchProperty.Builder |
builder() |
default String |
getExact()
The exact host name to match on.
|
default String |
getSuffix()
The specified ending characters of the host name to match on.
|
@Stability(value=Stable) @Nullable default String getExact()
@Stability(value=Stable) @Nullable default String getSuffix()
@Stability(value=Stable) static CfnGatewayRoute.GatewayRouteHostnameMatchProperty.Builder builder()
Copyright © 2022. All rights reserved.