Relative Content

Tag Archive for amazon-web-servicesaws-cloudformationamazon-sns

How to configure AWS::SNS::Topic ArchivePolicy?

Using CloudFormation, I’m trying to deploy an SNS topic with an ArchivePolicy of 90 days. From the AWS docs, this Property is “Type: Json” but I can find no reference to its structure. I did find this recent AWS article, that hints at the structure containing a single key named “MessageRetentionPeriod” and its value an integer in days.