Alerting: Update SNS description mistakes (#88832)

update SNS description mistakes
This commit is contained in:
Gilles De Mey 2024-06-07 15:32:19 +02:00 committed by GitHub
parent 39bd13f877
commit 1be5c52a35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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', {