# ProjectNotificationAmazonSnsSettings Object

## Description

Amazon SNS settings for a project notification.

## Properties

### credentialId

Credential ID of the registered credential to use to send the notification.

Type: `string`

Required: Yes

### regionName

Name of the region containing the SNS topic.

Type: `string`

Required: Yes

### topicArn

ARN of the SNS topic to which notifications will be sent.

Type: `string`

Required: Yes

## Sample JSON

```javascript
{
    "regionName": "us-east-1",
    "credentialId": "cred-12345678"
    "topicArn": "arn:aws:sns:us-east-1:123456789012:my-topic"
}
```
