Exporter Args
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>>)