mirror of
https://github.com/grafana/grafana.git
synced 2025-01-02 12:17:01 -06:00
Alerting: Update SNS description mistakes (#88832)
update SNS description mistakes
This commit is contained in:
parent
39bd13f877
commit
1be5c52a35
@ -462,7 +462,7 @@ export const cloudNotifierTypes: Array<NotifierDTO<CloudNotifierType>> = [
|
||||
'The AWS API secret_key. If blank the environment variable "AWS_ACCESS_SECRET_ID" is used'
|
||||
),
|
||||
option('profile', 'Profile', 'Named AWS profile used to authenticate'),
|
||||
option('role_arn', 'Rule ARN', 'AWS Role ARN, an alternative to using AWS API keys'),
|
||||
option('role_arn', 'Role ARN', 'AWS Role ARN, an alternative to using AWS API keys'),
|
||||
],
|
||||
}
|
||||
),
|
||||
@ -482,7 +482,7 @@ export const cloudNotifierTypes: Array<NotifierDTO<CloudNotifierType>> = [
|
||||
"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 phone_number"
|
||||
),
|
||||
|
||||
option('subject', 'Subject', 'Subject line when the message is delivered to email endpoints', {
|
||||
option('subject', 'Subject', 'Subject line when the message is delivered', {
|
||||
placeholder: '{{ template "sns.default.subject" .}}',
|
||||
}),
|
||||
option('message', 'Message', 'The message content of the SNS notification', {
|
||||
|
Loading…
Reference in New Issue
Block a user