WebhookArgs

constructor(contentType: Output<Either<String, ContentType>>? = null, enableSslVerification: Output<Either<String, EnableSslVerification>>? = null, events: Output<List<Either<String, NotificationEvent>>>? = null, payloadUrl: Output<String>? = null, reportName: Output<String>? = null, sendAllEvents: Output<Either<String, SendAllEvents>>? = null, status: Output<Either<String, WebhookStatus>>? = null, updateWebhookKey: Output<Either<String, UpdateWebhookKey>>? = null, webhookKey: Output<String>? = null, webhookName: Output<String>? = null)