AppTemplateAzureQueueScaleRuleAuthenticationArgs

data class AppTemplateAzureQueueScaleRuleAuthenticationArgs(val secretName: Output<String>, val triggerParameter: Output<String>) : ConvertibleToJava<AppTemplateAzureQueueScaleRuleAuthenticationArgs>

Constructors

constructor(secretName: Output<String>, triggerParameter: Output<String>)

Properties

Link copied to clipboard
val secretName: Output<String>

The name of the Container App Secret to use for this Scale Rule Authentication.

Link copied to clipboard

The Trigger Parameter name to use the supply the value retrieved from the secret_name.

Functions

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