AppTemplateTcpScaleRuleArgs

data class AppTemplateTcpScaleRuleArgs(val authentications: Output<List<AppTemplateTcpScaleRuleAuthenticationArgs>>? = null, val concurrentRequests: Output<String>, val name: Output<String>) : ConvertibleToJava<AppTemplateTcpScaleRuleArgs>

Constructors

Link copied to clipboard
fun AppTemplateTcpScaleRuleArgs(authentications: Output<List<AppTemplateTcpScaleRuleAuthenticationArgs>>? = null, concurrentRequests: Output<String>, name: Output<String>)

Functions

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

Properties

Link copied to clipboard

Zero or more authentication blocks as defined below.

Link copied to clipboard

The number of concurrent requests to trigger scaling.

Link copied to clipboard
val name: Output<String>

The name of the Scaling Rule