$MsgVpnJndiTopic: {
    properties: {
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        physicalName: {
            description: "The physical name of the JMS Topic. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `\"\"`.";
            type: "string";
        };
        topicName: {
            description: "The JNDI name of the JMS Topic.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        physicalName: {
            description: "The physical name of the JMS Topic. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `\"\"`.";
            type: "string";
        };
        topicName: {
            description: "The JNDI name of the JMS Topic.";
            type: "string";
        };
    }
    • msgVpnName: {
          description: "The name of the Message VPN.";
          type: "string";
      }
      • description: "The name of the Message VPN."
      • type: "string"
    • physicalName: {
          description: "The physical name of the JMS Topic. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `\"\"`.";
          type: "string";
      }
      • description: "The physical name of the JMS Topic. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `\"\"`."
      • type: "string"
    • topicName: {
          description: "The JNDI name of the JMS Topic.";
          type: "string";
      }
      • description: "The JNDI name of the JMS Topic."
      • type: "string"