AutomationActionEventHubArgs

data class AutomationActionEventHubArgs(val actionType: Output<String>, val connectionString: Output<String>? = null, val eventHubResourceId: Output<String>? = null) : ConvertibleToJava<AutomationActionEventHubArgs>

The target Event Hub to which event data will be exported. 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>, connectionString: Output<String>? = null, eventHubResourceId: 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 'EventHub'.

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

The target Event Hub connection string (it will not be included in any response).

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

The target Event Hub Azure Resource ID.

Functions

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