Gateway Route Config Properties Args
data class GatewayRouteConfigPropertiesArgs(val appResourceId: Output<String>? = null, val routes: Output<List<GatewayApiRouteArgs>>? = null) : ConvertibleToJava<GatewayRouteConfigPropertiesArgs>
API route config of the Spring Cloud Gateway
Constructors
Link copied to clipboard
constructor(appResourceId: Output<String>? = null, routes: Output<List<GatewayApiRouteArgs>>? = null)