aws_sns_publish
Publish messages to AWS SNS topics for notifications and alerts. Send messages with subjects to email subscribers or other endpoints using AWS profiles and regions.
Instructions
Publish a message to an SNS topic or target ARN. Blocked in --readonly mode.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| topic_arn | Yes | SNS topic ARN to publish to | |
| message | Yes | Message body | |
| subject | No | Message subject (used by email subscriptions) |