SubscriberSourceCustomLogSourceResource

data class SubscriberSourceCustomLogSourceResource(val attributes: List<SubscriberSourceCustomLogSourceResourceAttribute>? = null, val providers: List<SubscriberSourceCustomLogSourceResourceProvider>? = null, val sourceName: String, val sourceVersion: String? = null)

Constructors

Link copied to clipboard
constructor(attributes: List<SubscriberSourceCustomLogSourceResourceAttribute>? = null, providers: List<SubscriberSourceCustomLogSourceResourceProvider>? = null, sourceName: String, sourceVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The attributes of the third-party custom source. See attributes Block below.

Link copied to clipboard

The details of the log provider for the third-party custom source. See provider Block below.

Link copied to clipboard

The name for a third-party custom source. This must be a Regionally unique value.

Link copied to clipboard
val sourceVersion: String? = null

The version for a third-party custom source. This must be a Regionally unique value.