details() consistency update for SNS and SES services (#919)

This commit is contained in:
Chris Caron 2023-08-07 13:30:22 -04:00 committed by GitHub
parent a4a5141226
commit cd970843a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -157,6 +157,7 @@ class NotifySES(NotifyBase):
'name': _('From Email'),
'type': 'string',
'map_to': 'from_addr',
'required': True,
},
'access_key_id': {
'name': _('Access Key ID'),

View File

@ -144,6 +144,7 @@ class NotifySNS(NotifyBase):
'targets': {
'name': _('Targets'),
'type': 'list:string',
'required': True,
},
})