Webhook Args
data class WebhookArgs(val rotateWebhookSecret: Output<Boolean>? = null, val webhookId: Output<String>? = null, val webhookSecretUpdateTime: Output<String>? = null, val webhookUrl: Output<String>? = null) : ConvertibleToJava<WebhookArgs>
Detail about the webhook object.
Constructors
Link copied to clipboard
fun WebhookArgs(rotateWebhookSecret: Output<Boolean>? = null, webhookId: Output<String>? = null, webhookSecretUpdateTime: Output<String>? = null, webhookUrl: Output<String>? = null)