ServerlessUpstreamSettingsArgs

data class ServerlessUpstreamSettingsArgs(val templates: Output<List<UpstreamTemplateArgs>>? = null) : ConvertibleToJava<ServerlessUpstreamSettingsArgs>

The settings for the Upstream when the service is in server-less mode.

Constructors

Link copied to clipboard
constructor(templates: Output<List<UpstreamTemplateArgs>>? = null)

Properties

Link copied to clipboard
val templates: Output<List<UpstreamTemplateArgs>>? = null

Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects.

Functions

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