GroupDiagnosticsLogAnalyticsArgs

data class GroupDiagnosticsLogAnalyticsArgs(val logType: Output<String>? = null, val metadata: Output<Map<String, String>>? = null, val workspaceId: Output<String>, val workspaceKey: Output<String>) : ConvertibleToJava<GroupDiagnosticsLogAnalyticsArgs>

Constructors

Link copied to clipboard
constructor(logType: Output<String>? = null, metadata: Output<Map<String, String>>? = null, workspaceId: Output<String>, workspaceKey: Output<String>)

Properties

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

The log type which should be used. Possible values are ContainerInsights and ContainerInstanceLogs. Changing this forces a new resource to be created.

Link copied to clipboard
val metadata: Output<Map<String, String>>? = null

Any metadata required for Log Analytics. Changing this forces a new resource to be created.

Link copied to clipboard
val workspaceId: Output<String>

The Workspace ID of the Log Analytics Workspace. Changing this forces a new resource to be created.

Link copied to clipboard
val workspaceKey: Output<String>

The Workspace Key of the Log Analytics Workspace. Changing this forces a new resource to be created.

Functions

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