ExporterArgs

data class ExporterArgs(val azureMonitorWorkspaceLogs: Output<AzureMonitorWorkspaceLogsExporterArgs>? = null, val name: Output<String>, val tcp: Output<TcpExporterArgs>? = null, val type: Output<Either<String, ExporterType>>) : ConvertibleToJava<ExporterArgs>

Exporter Info.

Constructors

Link copied to clipboard
constructor(azureMonitorWorkspaceLogs: Output<AzureMonitorWorkspaceLogsExporterArgs>? = null, name: Output<String>, tcp: Output<TcpExporterArgs>? = null, type: Output<Either<String, ExporterType>>)

Properties

Link copied to clipboard

Azure Monitor Workspace Logs specific configurations.

Link copied to clipboard
val name: Output<String>

The name of exporter.

Link copied to clipboard
val tcp: Output<TcpExporterArgs>? = null

TCP based exporter. Used for pipelineGroup exporter.

Link copied to clipboard
val type: Output<Either<String, ExporterType>>

The type of exporter.

Functions

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