ScaleRuleAuthArgs

data class ScaleRuleAuthArgs(val secretRef: Output<String>? = null, val triggerParameter: Output<String>? = null) : ConvertibleToJava<ScaleRuleAuthArgs>

Auth Secrets for Azure Spring Apps App Instance Scale Rule

Constructors

Link copied to clipboard
constructor(secretRef: Output<String>? = null, triggerParameter: Output<String>? = null)

Properties

Link copied to clipboard
val secretRef: Output<String>? = null

Name of the Azure Spring Apps App Instance secret from which to pull the auth params.

Link copied to clipboard
val triggerParameter: Output<String>? = null

Trigger Parameter that uses the secret

Functions

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