update_sns_notification
Update an existing AWS SNS notification integration to modify its name, topic ARN, AWS credentials, and notification settings including severity levels and JSON format.
Instructions
Update an AWS SNS notification integration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the SNS integration | |
| sendJson | Yes | Send notifications as JSON | |
| topicArn | Yes | AWS SNS topic ARN | |
| outboundId | Yes | Notification ID (UUID format) | |
| severities | Yes | Event severities to include (e.g., ["alert", "warning", "anomaly"]) | |
| accessKeyId | Yes | AWS access key ID | |
| sendResolve | Yes | Send resolution notifications | |
| secretAccessKey | Yes | AWS secret access key |