Interface CfnGatewayRoutePropsMixin.GatewayRouteHostnameMatchProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGatewayRoutePropsMixin.GatewayRouteHostnameMatchProperty.Jsii$Proxy
- Enclosing class:
CfnGatewayRoutePropsMixin
@Stability(Stable)
public static interface CfnGatewayRoutePropsMixin.GatewayRouteHostnameMatchProperty
extends software.amazon.jsii.JsiiSerializable
An object representing the gateway route host name to match.
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.*;
GatewayRouteHostnameMatchProperty gatewayRouteHostnameMatchProperty = GatewayRouteHostnameMatchProperty.builder()
.exact("exact")
.suffix("suffix")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnGatewayRoutePropsMixin.GatewayRouteHostnameMatchProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExact
The exact host name to match on.- See Also:
-
getSuffix
The specified ending characters of the host name to match on.- See Also:
-
builder
@Stability(Stable) static CfnGatewayRoutePropsMixin.GatewayRouteHostnameMatchProperty.Builder builder()
-