SubscriberCustomLogSourceArgs

data class SubscriberCustomLogSourceArgs(val sourceName: Output<String>? = null, val sourceVersion: Output<String>? = null) : ConvertibleToJava<SubscriberCustomLogSourceArgs>

Constructors

Link copied to clipboard
constructor(sourceName: Output<String>? = null, sourceVersion: Output<String>? = null)

Properties

Link copied to clipboard
val sourceName: Output<String>? = null

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

Link copied to clipboard
val sourceVersion: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): SubscriberCustomLogSourceArgs