AutomationActionWorkspaceArgs

data class AutomationActionWorkspaceArgs(val actionType: Output<String>, val workspaceResourceId: Output<String>? = null) : ConvertibleToJava<AutomationActionWorkspaceArgs>

The Log Analytics Workspace to which event data will be exported. Security alerts data will reside in the 'SecurityAlert' table and the assessments data will reside in the 'SecurityRecommendation' table (under the 'Security'/'SecurityCenterFree' solutions). Note that in order to view the data in the workspace, the Security Center Log Analytics free/standard solution needs to be enabled on that workspace. To learn more about Microsoft Defender for Cloud continuous export capabilities, visit https://aka.ms/ASCExportLearnMore

Constructors

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

Properties

Link copied to clipboard
val actionType: Output<String>

The type of the action that will be triggered by the Automation Expected value is 'Workspace'.

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

The fully qualified Log Analytics Workspace Azure Resource ID.

Functions

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