Class AutomationActionEventHubArgs


  • public final class AutomationActionEventHubArgs
    extends com.pulumi.resources.ResourceArgs
    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
    • Method Detail

      • actionType

        public com.pulumi.core.Output<java.lang.String> actionType()
        Returns:
        The type of the action that will be triggered by the Automation Expected value is 'EventHub'.
      • connectionString

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> connectionString()
        Returns:
        The target Event Hub connection string (it will not be included in any response).
      • eventHubResourceId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> eventHubResourceId()
        Returns:
        The target Event Hub Azure Resource ID.