Comment on page
ProjectNotificationAmazonSnsSettings Object
Amazon SNS settings for a project notification.
Credential ID of the registered credential to use to send the notification.
Type:
string
Required: Yes
Name of the region containing the SNS topic.
Type:
string
Required: Yes
ARN of the SNS topic to which notifications will be sent.
Type:
string
Required: Yes
{
"regionName": "us-east-1",
"credentialId": "cred-12345678"
"topicArn": "arn:aws:sns:us-east-1:123456789012:my-topic"
}