Interface StaticMetadataConfigInput

User-provided static metadata input.

interface StaticMetadataConfigInput {
    dataSensitivity?: string;
    domain: string;
    hostPlatform: string;
    jurisdiction?: string;
    owner: string;
    service: string;
    system: string;
    tags?: string[];
    team: string;
    version: number;
}

Hierarchy (view full)

Properties

dataSensitivity?: string

Data sensitivity classification for the contents of this log.

`public`, `proprietary`, `confidential`, `secret`
domain: string

Domain of the producer system.

hostPlatform: string

The host platform or infrastructure that runs the system.

jurisdiction?: string

What legal jurisdiction does this system fall into?

`EU`, `US`, `CN`
owner: string

The organization that owns this system.

service: string

Service of the producer.

system: string

System of the producer.

tags?: string[]

Tags for the logged system.

team: string

Team responsible for emitting this log.

version: number

The version of the logged service.