@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:05.085Z") @Stability(value=Experimental) public interface GatewayRouteSpecConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
GatewayRouteSpecConfig.Builder
A builder for
GatewayRouteSpecConfig |
static class |
GatewayRouteSpecConfig.Jsii$Proxy
An implementation for
GatewayRouteSpecConfig |
| Modifier and Type | Method and Description |
|---|---|
static GatewayRouteSpecConfig.Builder |
builder() |
default CfnGatewayRoute.GrpcGatewayRouteProperty |
getGrpcSpecConfig()
(experimental) The spec for a grpc gateway route.
|
default CfnGatewayRoute.HttpGatewayRouteProperty |
getHttp2SpecConfig()
(experimental) The spec for an http2 gateway route.
|
default CfnGatewayRoute.HttpGatewayRouteProperty |
getHttpSpecConfig()
(experimental) The spec for an http gateway route.
|
@Stability(value=Experimental) @Nullable default CfnGatewayRoute.GrpcGatewayRouteProperty getGrpcSpecConfig()
Default: - no grpc spec
@Stability(value=Experimental) @Nullable default CfnGatewayRoute.HttpGatewayRouteProperty getHttp2SpecConfig()
Default: - no http2 spec
@Stability(value=Experimental) @Nullable default CfnGatewayRoute.HttpGatewayRouteProperty getHttpSpecConfig()
Default: - no http spec
@Stability(value=Experimental) static GatewayRouteSpecConfig.Builder builder()
GatewayRouteSpecConfig.Builder of GatewayRouteSpecConfigCopyright © 2021. All rights reserved.