@Stability(value=Stable)
public static interface CfnRoute.RouteSpecProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRoute.RouteSpecProperty.Builder
A builder for
CfnRoute.RouteSpecProperty |
static class |
CfnRoute.RouteSpecProperty.Jsii$Proxy
An implementation for
CfnRoute.RouteSpecProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRoute.RouteSpecProperty.Builder |
builder() |
default Object |
getGrpcRoute()
`CfnRoute.RouteSpecProperty.GrpcRoute`.
|
default Object |
getHttp2Route()
`CfnRoute.RouteSpecProperty.Http2Route`.
|
default Object |
getHttpRoute()
`CfnRoute.RouteSpecProperty.HttpRoute`.
|
default Number |
getPriority()
`CfnRoute.RouteSpecProperty.Priority`.
|
default Object |
getTcpRoute()
`CfnRoute.RouteSpecProperty.TcpRoute`.
|
@Stability(value=Stable) @Nullable default Object getGrpcRoute()
@Stability(value=Stable) @Nullable default Object getHttp2Route()
@Stability(value=Stable) @Nullable default Object getHttpRoute()
@Stability(value=Stable) @Nullable default Number getPriority()
@Stability(value=Stable) @Nullable default Object getTcpRoute()
@Stability(value=Stable) static CfnRoute.RouteSpecProperty.Builder builder()
CfnRoute.RouteSpecProperty.Builder of CfnRoute.RouteSpecPropertyCopyright © 2021. All rights reserved.