From c6b07f1ab9744539b40c3d915dfcb93b712cab9c Mon Sep 17 00:00:00 2001 From: "Johnny K." Date: Mon, 12 Jan 2026 13:19:26 -0600 Subject: [PATCH] alerting docs: remove reference to removed field This PR removes the Role ARN field for Amazon contact points, per Fayzal's comment here: https://github.com/grafana/support-escalations/issues/16775#issuecomment-2987343725 --- .../manage-contact-points/integrations/configure-amazon-sns.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-amazon-sns.md b/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-amazon-sns.md index 09ac3ee6bee..59e402e1ae3 100644 --- a/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-amazon-sns.md +++ b/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-amazon-sns.md @@ -74,7 +74,6 @@ For more details on contact points, including how to test them and enable notifi > > If left blank, Grafana searches for credentials using the default credentials chain, including environment variables (`AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`), the shared credential file, and EC2 instance roles. - **Profile**: (Optional) Named AWS profile used to authenticate. - - **Role ARN**: (Optional) The ARN of an AWS IAM role to assume for authentication, serving as an alternative to using AWS API keys. - **SNS topic ARN**: (Optional) If you don't specify this value, you must specify a value for the `Phone number` or `Target ARN`. If you are using a FIFO SNS topic you should set a message group interval longer than 5 minutes to prevent messages with the same group key being deduplicated by the SNS default deduplication window. - **Phone number**: (Optional) 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 `SNS topic ARN` or `Target ARN`. - **Target ARN**: (Optional) 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 `SNS topic ARN` or `Phone number`.