ConnectedRegistryNotificationArgs

data class ConnectedRegistryNotificationArgs(val action: Output<String>, val digest: Output<String>? = null, val name: Output<String>, val tag: Output<String>? = null) : ConvertibleToJava<ConnectedRegistryNotificationArgs>

Constructors

Link copied to clipboard
constructor(action: Output<String>, digest: Output<String>? = null, name: Output<String>, tag: Output<String>? = null)

Properties

Link copied to clipboard
val action: Output<String>

The action of the artifact that wants to be subscribed for the Connected Registry. Possible values are push, delete and * (i.e. any).

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

The digest of the artifact that wants to be subscribed for the Connected Registry.

Link copied to clipboard
val name: Output<String>

The name of the artifact that wants to be subscribed for the Connected Registry.

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

The tag of the artifact that wants to be subscribed for the Connected Registry.

Functions

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