Skip to main content

SNS alerts

Use SNS when you want kwatch incidents delivered to this channel. This page is generated from the current provider catalog and lists every field accepted by the installed release.

Credentials, tokens, keys, passwords, and webhook URLs must be mounted from a Kubernetes Secret. Use an exact ${file:/absolute/path} reference for every field marked Secret.

Configuration​

FieldTypeRequiredSecretValidationDefaultDescription
accessKeyIdstringyesyes——AWS access key ID
secretAccessKeystringyesyes——AWS secret access key
regionstringnono—us-east-1AWS region (default: us-east-1)
topicArnstringnono——SNS topic ARN (or targetArn)
targetArnstringnono——SNS target ARN (alternative to topicArn).
subjectstringnono——Optional subject (email subscriptions)
routesjsonnonojson—Optional JSON route filters.
retry.maxAttemptsintegernonointeger—Optional maximum retry attempts.
retry.delaystringnono——Optional retry delay, for example 5s.
fallbackstringnono——Optional fallback provider name.

Minimal example​

alert:
sns:
accessKeyId: "${file:/config/sns-accessKeyId}"

Add routes, retry, and fallback when you need delivery filtering or recovery. See the channels overview for guidance, or the complete provider reference for the catalog-wide view.