GatewayRouteConfigPropertiesArgs

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)

Properties

Link copied to clipboard
val appResourceId: Output<String>? = null

The resource Id of the Azure Spring Cloud app, required unless route defines uri.

Link copied to clipboard
val routes: Output<List<GatewayApiRouteArgs>>? = null

Array of API routes, each route contains properties such as title, uri, ssoEnabled, predicates, filters.

Functions

Link copied to clipboard
open override fun toJava(): GatewayRouteConfigPropertiesArgs