AlertmanagerConfig.spec.receivers[].webhookConfigs.httpConfig.basicAuth.spec.receivers.snsConfigs
List of SNS configurations
| Field / Type | Description |
|---|---|
apiURL | The SNS API URL i.e. https://sns.us-east-2.amazonaws.com. If not specified, the SNS API URL from the SNS SDK will be used. |
SNS message attributes. | |
HTTP client configuration. | |
message | The message content of the SNS notification. |
phoneNumber | Phone number if message is delivered via SMS in E.164 format. If you don't specify this value, you must specify a value for the TopicARN or TargetARN. |
sendResolved | Whether or not to notify about resolved alerts. |
Configures AWS's Signature Verification 4 signing process to sign requests. | |
subject | Subject line when the message is delivered to email endpoints. |
targetARN | The mobile platform endpoint ARN if message is delivered via mobile notifications. If you don't specify this value, you must specify a value for the topic_arn or PhoneNumber. |
topicARN | SNS topic ARN, i.e. arn:aws:sns:us-east-2:698519295917:My-Topic If you don't specify this value, you must specify a value for the PhoneNumber or TargetARN. |