AutomationActionEventHub type
이벤트 데이터를 내보낼 대상 이벤트 허브입니다. Security Center 연속 내보내기 기능에 대해 자세히 알아보려면 https://aka.ms/ASCExportLearnMore
type AutomationActionEventHub = AutomationAction & {
actionType: "EventHub"
connectionString?: string
eventHubResourceId?: string
sasPolicyName?: string
}