JobEventTriggerConfigScaleRuleAuthenticationArgs

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

Constructors

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

Properties

Link copied to clipboard
val secretName: Output<String>

Name of the secret from which to pull the auth params.

Link copied to clipboard

Trigger Parameter that uses the secret.

Functions

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