RegistryTaskBaseImageTriggerArgs

data class RegistryTaskBaseImageTriggerArgs(val enabled: Output<Boolean>? = null, val name: Output<String>, val type: Output<String>, val updateTriggerEndpoint: Output<String>? = null, val updateTriggerPayloadType: Output<String>? = null) : ConvertibleToJava<RegistryTaskBaseImageTriggerArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, name: Output<String>, type: Output<String>, updateTriggerEndpoint: Output<String>? = null, updateTriggerPayloadType: Output<String>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Should the trigger be enabled? Defaults to true.

Link copied to clipboard
val name: Output<String>

The name which should be used for this trigger.

Link copied to clipboard
val type: Output<String>

The type of the trigger. Possible values are All and Runtime.

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

The endpoint URL for receiving the trigger.

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

Type of payload body for the trigger. Possible values are Default and Token.

Functions

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