Basic information about a service.

Hierarchy

  • ServiceDefinitionV1Info

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
ddService: string

Unique identifier of the service. Must be unique across all services and is used to match with a service in Datadog.

description?: string

A short description of the service.

displayName?: string

A friendly name of the service.

serviceTier?: string

Service tier.

Generated using TypeDoc