Automation Action Event Hub Args
data class AutomationActionEventHubArgs(val actionType: Output<String>, val connectionString: Output<String>? = null, val eventHubResourceId: Output<String>? = null, val isTrustedServiceEnabled: Output<Boolean>? = 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
Properties
Link copied to clipboard
The type of the action that will be triggered by the Automation Expected value is 'EventHub'.
Link copied to clipboard
The target Event Hub connection string (it will not be included in any response).
Link copied to clipboard
The target Event Hub Azure Resource ID.
Link copied to clipboard
Indicates whether the trusted service is enabled or not.