This describes how to configure an SNS topic in the AWS Console - if still on AWS Securlet v1
{ "Sid": "example-statement-ID", "Effect": "Allow", "Principal": { "AWS": "*" }, "Action": "SNS:Publish", "Resource": " ", "Condition": { "ArnLike": { "aws:SourceArn": "arn:aws:s3:*:*:*" } } }
The two things you need to make sure are done are:
1. Make sure that your topic ARN is within the quotations after "Resource":
2. Place the snippet above after the } that is highlighted in the screenshot attached.
The IaaS Securlets in CloudSOC™, that is, AWS and Azure have been significantly optimized to offer better performance and scalability with additional features. This optimized version of the securlets is referred to as V2, and the previous version is V1. Broadcom recommends that you move from V1 to V2 version of the Securlet to avail of the latest improvements. Eventually, the V1 version will be phased out and the V2 version will be the default version available.
Migrating AWS Securlet from V1 to V2:
https://techdocs.broadcom.com/us/en/symantec-security-software/information-security/symantec-cloudsoc/cloud/securlets-home/about-aws-securlet/migrating-aws-securlet-from-v1-to-v2.html