Gateway Route Config Properties Args
data class GatewayRouteConfigPropertiesArgs(val appResourceId: Output<String>? = null, val filters: Output<List<String>>? = null, val openApi: Output<GatewayRouteConfigOpenApiPropertiesArgs>? = null, val predicates: Output<List<String>>? = null, val protocol: Output<Either<String, GatewayRouteConfigProtocol>>? = null, val routes: Output<List<GatewayApiRouteArgs>>? = null, val ssoEnabled: Output<Boolean>? = null) : ConvertibleToJava<GatewayRouteConfigPropertiesArgs>
API route config of the Spring Cloud Gateway
Constructors
Link copied to clipboard
fun GatewayRouteConfigPropertiesArgs(appResourceId: Output<String>? = null, filters: Output<List<String>>? = null, openApi: Output<GatewayRouteConfigOpenApiPropertiesArgs>? = null, predicates: Output<List<String>>? = null, protocol: Output<Either<String, GatewayRouteConfigProtocol>>? = null, routes: Output<List<GatewayApiRouteArgs>>? = null, ssoEnabled: Output<Boolean>? = null)