Update Subscription
update_subscriptionUpdate an event subscription to change its resources, URL, type, enabled status, or identity.
Instructions
Update an existing event subscription. You can change the resources, URL, type, enabled status, and identity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | The subscription ID to update. | |
| resources | Yes | Event types to subscribe to. | |
| url | Yes | The endpoint URL for receiving notifications. | |
| subscriptionType | Yes | Subscription type: WEBHOOK, GCP_PUBSUB, or AWS_SQS. | |
| enabled | No | Whether the subscription is enabled. | |
| identity | No | AWS ARN for AWS_SQS subscriptions. |