$MsgVpnQueueSubscription: {
    properties: {
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        queueName: {
            description: "The name of the Queue.";
            type: "string";
        };
        subscriptionTopic: {
            description: "The topic of the Subscription.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        queueName: {
            description: "The name of the Queue.";
            type: "string";
        };
        subscriptionTopic: {
            description: "The topic of the Subscription.";
            type: "string";
        };
    }
    • msgVpnName: {
          description: "The name of the Message VPN.";
          type: "string";
      }
      • description: "The name of the Message VPN."
      • type: "string"
    • queueName: {
          description: "The name of the Queue.";
          type: "string";
      }
      • description: "The name of the Queue."
      • type: "string"
    • subscriptionTopic: {
          description: "The topic of the Subscription.";
          type: "string";
      }
      • description: "The topic of the Subscription."
      • type: "string"