IngressConfigArgs

data class IngressConfigArgs(val readTimeoutInSeconds: Output<Int>? = null) : ConvertibleToJava<IngressConfigArgs>

Ingress configuration payload for Azure Spring Apps resource.

Constructors

Link copied to clipboard
fun IngressConfigArgs(readTimeoutInSeconds: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val readTimeoutInSeconds: Output<Int>? = null

Ingress read time out in seconds.