ScgRouteArgs

data class ScgRouteArgs(val filters: Output<List<String>>? = null, val id: Output<String>, val order: Output<Double>? = null, val predicates: Output<List<String>>? = null, val uri: Output<String>) : ConvertibleToJava<ScgRouteArgs>

Spring Cloud Gateway route definition

Constructors

Link copied to clipboard
constructor(filters: Output<List<String>>? = null, id: Output<String>, order: Output<Double>? = null, predicates: Output<List<String>>? = null, uri: Output<String>)

Properties

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

Filters of the route

Link copied to clipboard
val id: Output<String>

Id of the route

Link copied to clipboard
val order: Output<Double>? = null

Order of the route

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

Predicates of the route

Link copied to clipboard
val uri: Output<String>

Uri of the route

Functions

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