AppTemplateHttpScaleRuleArgs

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

Constructors

Link copied to clipboard
constructor(authentications: Output<List<AppTemplateHttpScaleRuleAuthenticationArgs>>? = null, concurrentRequests: Output<String>, name: Output<String>)

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

Functions

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