Azure Function Receiver Args
data class AzureFunctionReceiverArgs(val functionAppResourceId: Output<String>, val functionName: Output<String>, val httpTriggerUrl: Output<String>, val managedIdentity: Output<String>? = null, val name: Output<String>, val useCommonAlertSchema: Output<Boolean>? = null) : ConvertibleToJava<AzureFunctionReceiverArgs>
An azure function receiver.
Constructors
Properties
Link copied to clipboard
The azure resource id of the function app.
Link copied to clipboard
The function name in the function app.
Link copied to clipboard
The http trigger url where http request sent to.
Link copied to clipboard
The principal id of the managed identity. The value can be "None", "SystemAssigned"
Link copied to clipboard
Indicates whether to use common alert schema.