EventMesh: {
    brokerType?: EventMesh.brokerType;
    changedBy?: string;
    createdBy?: string;
    createdTime?: string;
    description?: string;
    environmentId?: string;
    id?: string;
    name?: string;
    type?: string;
    updatedTime?: string;
}

Type declaration

  • Optional brokerType?: EventMesh.brokerType

    The type of the broker used in the event mesh.

  • Optional Readonly changedBy?: string
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional description?: string

    The description of the event mesh.

  • Optional environmentId?: string

    The environmentId of the Event Mesh

  • Optional Readonly id?: string

    Primary key set by the server.

  • Optional name?: string

    The name of the event mesh.

  • Optional Readonly type?: string

    The type of this payload, eventMesh.

  • Optional Readonly updatedTime?: string