{
  "AWSTemplateFormatVersion": "2010-09-09",
  "Parameters": {
    "OutputThis": {
      "Type": "String"
    }
  },
  "Resources": {
    "Topic": {
      "Type": "AWS::Not::aThing"
    }
  },
  "Outputs": {
    "ProvidedValue": {
      "Value": {
        "Ref": "OutputThis"
      }
    }
  }
}
