AWS::EC2::RouteTable:

Properties:
  VpcId: "\"vpc-xxxxx\""
  Tags: |
    [
      {
        "Key"   => "Name",
        "Value" => "Test EC2"
      }
    ]