Subscriber Source Custom Log Source Resource
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)
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
The version for a third-party custom source. This must be a Regionally unique value.