AutomationActionEventHub Class

The target Event Hub to which event data will be exported. To learn more about Security Center continuous export capabilities, visit https://aka.ms/ASCExportLearnMore.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.security.models._models_py3.AutomationAction
AutomationActionEventHub

Constructor

AutomationActionEventHub(*, event_hub_resource_id: Optional[str] = None, connection_string: Optional[str] = None, **kwargs)

Parameters

action_type
str or ActionType
Required

Required. The type of the action that will be triggered by the Automation.Constant filled by server. Possible values include: "LogicApp", "EventHub", "Workspace".

event_hub_resource_id
str
Required

The target Event Hub Azure Resource ID.

connection_string
str
Required

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

Variables

sas_policy_name
str

The target Event Hub SAS policy name.