IngressConfigArgs

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

Ingress configuration payload for Azure Spring Apps resource.

Constructors

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

Properties

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

Ingress read time out in seconds.

Functions

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