AutomationActionEventHub type
Hub d’événements cible vers lequel les données d’événement seront exportées. Pour en savoir plus sur les fonctionnalités d’exportation continue de Security Center, visitez https://aka.ms/ASCExportLearnMore
type AutomationActionEventHub = AutomationAction & {
actionType: "EventHub"
connectionString?: string
eventHubResourceId?: string
sasPolicyName?: string
}