Automation Action Args
data class AutomationActionArgs(val connectionString: Output<String>? = null, val resourceId: Output<String>, val triggerUrl: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<AutomationActionArgs>
Properties
Link copied to clipboard
(Optional, but required when type
is eventhub
) A connection string to send data to the target Event Hub namespace, this should include a key with send permissions.
Link copied to clipboard
The resource id of the target Logic App, Event Hub namespace or Log Analytics workspace.
Link copied to clipboard
(Optional, but required when type
is logicapp
) The callback URL to trigger the Logic App that will receive and process data sent by this automation. This can be found in the Azure Portal under "See trigger history"