DataSourceResponse

data class DataSourceResponse(val configuration: DataSourceConfigurationResponse, val kind: String, val sinks: List<SinkConfigurationResponse>)

Data source object contains configuration to collect telemetry and one or more sinks to send that telemetry data to

Constructors

Link copied to clipboard
constructor(configuration: DataSourceConfigurationResponse, kind: String, sinks: List<SinkConfigurationResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Datasource kind

Link copied to clipboard