UpdateWebhookRequest: {
    eventTypes?: WebhookEventType[];
    name?: string;
    region?: Region;
    snsArn?: string;
    webhookId: string;
}

Type declaration

  • OptionaleventTypes?: WebhookEventType[]

    List of event types to update.

  • Optionalname?: string

    Name of the Webhook to update.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • OptionalsnsArn?: string

    Scaleway SNS ARN topic to update.

  • webhookId: string

    ID of the Webhook to update.