Skip to main content

EventAction

The type of lifecycle change that triggered an event.

Every event carries an action indicating whether the resource was created, modified, or removed.

enum EventAction {
CREATED
UPDATED
DELETED
}

Values

EventAction.CREATED {#created}

A new resource was created.

EventAction.UPDATED {#updated}

An existing resource was modified (configuration, status, or metadata changed).

EventAction.DELETED {#deleted}

A resource was permanently removed.

Member Of

AlarmEvent object ● BundleEvent object ● ComponentEvent object ● ConnectionEvent object ● DeploymentEvent object ● EnvironmentDefaultEvent object ● EnvironmentEvent object ● Event interface ● EventType object ● InstanceEvent object ● LinkEvent object ● OciRepoEvent object ● ProjectEvent object