ChangeSetHook

Specifies the resource, the hook, and the hook version to be invoked.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specify the hook failure mode for non-compliant resources in the followings ways.

Link copied to clipboard

Specifies the points in provisioning logic where a hook is invoked.

Link copied to clipboard

Specifies details about the target that the hook will run against.

Link copied to clipboard

The version ID of the type configuration.

Link copied to clipboard

The unique name for your hook. Specifies a three-part namespace for your hook, with a recommended pattern of Organization::Service::Hook.

Link copied to clipboard

The version ID of the type specified.

Functions

Link copied to clipboard
inline fun copy(block: ChangeSetHook.Builder.() -> Unit = {}): ChangeSetHook
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String