@Stability(value=Stable) @Internal public static final class GatewayRouteSpecConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GatewayRouteSpecConfig
GatewayRouteSpecConfigsoftware.amazon.jsii.JsiiObject.InitializationModeGatewayRouteSpecConfig.Builder, GatewayRouteSpecConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(GatewayRouteSpecConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
GatewayRouteSpecConfig.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
CfnGatewayRoute.GrpcGatewayRouteProperty |
getGrpcSpecConfig()
The spec for a grpc gateway route.
|
CfnGatewayRoute.HttpGatewayRouteProperty |
getHttp2SpecConfig()
The spec for an http2 gateway route.
|
CfnGatewayRoute.HttpGatewayRouteProperty |
getHttpSpecConfig()
The spec for an http gateway route.
|
Number |
getPriority()
The priority for the gateway route.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(GatewayRouteSpecConfig.Builder builder)
GatewayRouteSpecConfig.Builder.public final CfnGatewayRoute.GrpcGatewayRouteProperty getGrpcSpecConfig()
GatewayRouteSpecConfigDefault: - no grpc spec
getGrpcSpecConfig in interface GatewayRouteSpecConfigpublic final CfnGatewayRoute.HttpGatewayRouteProperty getHttp2SpecConfig()
GatewayRouteSpecConfigDefault: - no http2 spec
getHttp2SpecConfig in interface GatewayRouteSpecConfigpublic final CfnGatewayRoute.HttpGatewayRouteProperty getHttpSpecConfig()
GatewayRouteSpecConfigDefault: - no http spec
getHttpSpecConfig in interface GatewayRouteSpecConfigpublic final Number getPriority()
GatewayRouteSpecConfigWhen a Virtual Gateway has multiple gateway routes, gateway route match is performed in the order of specified value, where 0 is the highest priority, and first matched gateway route is selected.
Default: - no particular priority
getPriority in interface GatewayRouteSpecConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.