Object representing custom change event attributes.

Hierarchy

  • ChangeEventCustomAttributes

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

Object representing the entity which made the change. Optional field but if provided should include type and name.

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

Free form object with information related to the change event. Can be arbitrarily nested and contain any valid JSON.

Type declaration

  • [key: string]: any

Object representing a uniquely identified resource. Only the resource type feature_flag is supported.

A list of resources impacted by this change. It is recommended to provide an impacted resource to display the change event at the right location. Only resources of type service are supported.

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

Free form object to track new value of the changed resource.

Type declaration

  • [key: string]: any
prevValue?: {
    [key: string]: any;
}

Free form object to track previous value of the changed resource.

Type declaration

  • [key: string]: any

Generated using TypeDoc