prometheus operator v0.71.2

AlertmanagerConfig.spec.receivers[].slackConfigs.httpConfig.basicAuth.spec.receivers.snsConfigs

List of SNS configurations

10 fields
AlertmanagerConfig.spec.receivers[].slackConfigs.httpConfig.basicAuth.spec.receivers.snsConfigs fields and descriptions
Field / TypeDescription
apiURL
string

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.

map[string]string

SNS message attributes.

object

HTTP client configuration.

message
string

The message content of the SNS notification.

phoneNumber
string

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
boolean

Whether or not to notify about resolved alerts.

object

Configures AWS's Signature Verification 4 signing process to sign requests.

subject
string

Subject line when the message is delivered to email endpoints.

targetARN
string

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
string

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.