Change event attributes.

Hierarchy

  • ChangeEventAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
aggregationKey?: string

Aggregation key of the event.

The entity that made the change.

changeMetadata?: any

JSON object of change metadata.

A uniquely identified resource.

JSON object of event system attributes.

A list of resources impacted by this change.

newValue?: any

The new state of the changed resource.

prevValue?: any

The previous state of the changed resource.

service?: string

Service that triggered the event.

timestamp?: number

POSIX timestamp of the event.

title?: string

The title of the event.

Generated using TypeDoc