AutomationActionEventHub interface
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
- Extends
Properties
| action |
The type of the action that will be triggered by the Automation |
| connection |
The target Event Hub connection string (it will not be included in any response). |
| event |
The target Event Hub Azure Resource ID. |
| is |
Indicates whether the trusted service is enabled or not. |
| sas |
The target Event Hub SAS policy name. |
Property Details
actionType
The type of the action that will be triggered by the Automation
actionType: "EventHub"
Property Value
"EventHub"
connectionString
The target Event Hub connection string (it will not be included in any response).
connectionString?: string
Property Value
string
eventHubResourceId
The target Event Hub Azure Resource ID.
eventHubResourceId?: string
Property Value
string
isTrustedServiceEnabled
Indicates whether the trusted service is enabled or not.
isTrustedServiceEnabled?: boolean
Property Value
boolean
sasPolicyName
The target Event Hub SAS policy name.
sasPolicyName?: string
Property Value
string