Gateway Api Route Args
data class GatewayApiRouteArgs(val description: Output<String>? = null, val filters: Output<List<String>>? = null, val order: Output<Int>? = null, val predicates: Output<List<String>>? = null, val ssoEnabled: Output<Boolean>? = null, val tags: Output<List<String>>? = null, val title: Output<String>? = null, val tokenRelay: Output<Boolean>? = null, val uri: Output<String>? = null) : ConvertibleToJava<GatewayApiRouteArgs>
API route config of the Spring Cloud Gateway
Constructors
Link copied to clipboard
fun GatewayApiRouteArgs(description: Output<String>? = null, filters: Output<List<String>>? = null, order: Output<Int>? = null, predicates: Output<List<String>>? = null, ssoEnabled: Output<Boolean>? = null, tags: Output<List<String>>? = null, title: Output<String>? = null, tokenRelay: Output<Boolean>? = null, uri: Output<String>? = null)