@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:32:10.411Z") @Stability(value=Experimental) public abstract class GatewayRouteHostnameMatch extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
GatewayRouteHostnameMatch() |
protected |
GatewayRouteHostnameMatch(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
GatewayRouteHostnameMatch(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
abstract GatewayRouteHostnameMatchConfig |
bind(software.constructs.Construct scope)
(experimental) Returns the gateway route host name match configuration.
|
static GatewayRouteHostnameMatch |
endsWith(String suffix)
(experimental) The value of the host name with the given name must end with the specified characters.
|
static GatewayRouteHostnameMatch |
exactly(String name)
(experimental) The value of the host name must match the specified value exactly.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected GatewayRouteHostnameMatch(software.amazon.jsii.JsiiObjectRef objRef)
protected GatewayRouteHostnameMatch(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected GatewayRouteHostnameMatch()
@Stability(value=Experimental) @NotNull public static GatewayRouteHostnameMatch endsWith(@NotNull String suffix)
suffix - The specified ending characters of the host name to match on. This parameter is required.@Stability(value=Experimental) @NotNull public static GatewayRouteHostnameMatch exactly(@NotNull String name)
name - The exact host name to match on. This parameter is required.@Stability(value=Experimental) @NotNull public abstract GatewayRouteHostnameMatchConfig bind(@NotNull software.constructs.Construct scope)
scope - This parameter is required.Copyright © 2021. All rights reserved.