Dela via


AutomationActionEventHub type

Målhändelsehubben som händelsedata ska exporteras till. Mer information om funktioner för kontinuerlig export i Security Center finns i https://aka.ms/ASCExportLearnMore

type AutomationActionEventHub = AutomationAction & {
  actionType: "EventHub"
  connectionString?: string
  eventHubResourceId?: string
  sasPolicyName?: string
}