$MsgVpnDistributedCacheClusterTopic: {
    properties: {
        cacheName: {
            description: "The name of the Distributed Cache.";
            type: "string";
        };
        clusterName: {
            description: "The name of the Cache Cluster.";
            type: "string";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        topic: {
            description: "The value of the Topic in the form a/b/c.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        cacheName: {
            description: "The name of the Distributed Cache.";
            type: "string";
        };
        clusterName: {
            description: "The name of the Cache Cluster.";
            type: "string";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        topic: {
            description: "The value of the Topic in the form a/b/c.";
            type: "string";
        };
    }
    • cacheName: {
          description: "The name of the Distributed Cache.";
          type: "string";
      }
      • description: "The name of the Distributed Cache."
      • type: "string"
    • clusterName: {
          description: "The name of the Cache Cluster.";
          type: "string";
      }
      • description: "The name of the Cache Cluster."
      • type: "string"
    • msgVpnName: {
          description: "The name of the Message VPN.";
          type: "string";
      }
      • description: "The name of the Message VPN."
      • type: "string"
    • topic: {
          description: "The value of the Topic in the form a/b/c.";
          type: "string";
      }
      • description: "The value of the Topic in the form a/b/c."
      • type: "string"