public static final class GatewayRouteSpecConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GatewayRouteSpecConfig
GatewayRouteSpecConfig
GatewayRouteSpecConfig.Builder, GatewayRouteSpecConfig.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.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.
|
java.lang.Number |
getPriority()
The priority for the gateway route.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final CfnGatewayRoute.GrpcGatewayRouteProperty getGrpcSpecConfig()
GatewayRouteSpecConfig
Default: - no grpc spec
getGrpcSpecConfig
in interface GatewayRouteSpecConfig
public final CfnGatewayRoute.HttpGatewayRouteProperty getHttp2SpecConfig()
GatewayRouteSpecConfig
Default: - no http2 spec
getHttp2SpecConfig
in interface GatewayRouteSpecConfig
public final CfnGatewayRoute.HttpGatewayRouteProperty getHttpSpecConfig()
GatewayRouteSpecConfig
Default: - no http spec
getHttpSpecConfig
in interface GatewayRouteSpecConfig
public final java.lang.Number getPriority()
GatewayRouteSpecConfig
When 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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()