I\'ve got an AWS CloudFormation template that creates an SNS topic and a subscription:
\"AcceptedTopic\":{
\"Type\": \"AWS::SNS::Topic\"
As of this writing, AWS CloudFormation doesn't support that natively. As an alternate, you can create a Lambda-backed custom resource to get around this limitation and set that attribute using set-subscription-attributes instead. Here are some helpful resources to help accomplish that: