App Template Http Scale Rule Args
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>)