WebhookArgs

constructor(actions: Output<List<Either<String, WebhookAction>>>? = null, customHeaders: Output<Map<String, String>>? = null, location: Output<String>? = null, registryName: Output<String>? = null, resourceGroupName: Output<String>? = null, scope: Output<String>? = null, serviceUri: Output<String>? = null, status: Output<Either<String, WebhookStatus>>? = null, tags: Output<Map<String, String>>? = null, webhookName: Output<String>? = null)