{
  "Resources": {
    "MyCnVpcEndpointService7463420F": {
      "Type": "AWS::EC2::VPCEndpointService",
      "Properties": {
        "NetworkLoadBalancerArns": [
          "arn:aws-cn:elasticloadbalancing:cn-north-1:123456789012:loadbalancer/net/Test/9bn6qkf4e9jrw77a"
        ],
        "AcceptanceRequired": false
      }
    }
  },
  "Outputs": {
    "MyCnVpcEndpointServiceServiceName": {
      "Description": "Give this to service consumers so they can connect via VPC Endpoint",
      "Value": {
        "Fn::Join": [
          ".",
          [
            "cn.com.amazonaws.vpce",
            {
              "Ref": "AWS::Region"
            },
            {
              "Ref": "MyCnVpcEndpointService7463420F"
            }
          ]
        ]
      },
      "Export": {
        "Name": "ServiceName"
      }
    }
  }
}