In your CloudFormation template, if you simply reference your SNS topic, then you'll get the ARN.

For example:

{ "Ref": "MySnsTopic" }

So you can use that as input to your nested CloudFormation template.