create_sns_notification
Create an AWS SNS notification to receive Blue Matador monitoring alerts. Configure the topic ARN, AWS credentials, and severity filters.
Instructions
Create 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 | |
| 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 |