{
  "Condition1": {
    "Fn::Not": [{
      "Fn::Equals": [
        { "Ref": "Parameter1" },
        ""
      ]
    }]
  }
}

