MetadataConfigInput: {
    dataSensitivity?: DataSensitivity;
    domain: string;
    service: string;
    system: string;
    tags?: string[];
    team: string;
    type: string;
    version: number;
}

Description

User-provided metadata input.

Type declaration

  • Optional dataSensitivity?: DataSensitivity

    Description

    Data sensitivity classification for the contents of this event.

  • domain: string

    Description

    Domain of the producer.

  • service: string

    Description

    Service of the producer.

  • system: string

    Description

    System of the producer.

  • Optional tags?: string[]

    Description

    Tags for this event.

  • team: string

    Description

    Team responsible for emitting this event.

  • type: string

    Description

    The type of event that is being emitted.

  • version: number

    Description

    The version of the event.

Generated using TypeDoc