$MsgVpnReplicatedTopic: {
    properties: {
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        replicatedTopic: {
            description: "The topic for applying replication. Published messages matching this topic will be replicated to the standby site.";
            type: "string";
        };
        replicationMode: {
            type: "Enum";
        };
    };
} = ...

Type declaration

  • properties: {
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        replicatedTopic: {
            description: "The topic for applying replication. Published messages matching this topic will be replicated to the standby site.";
            type: "string";
        };
        replicationMode: {
            type: "Enum";
        };
    }
    • msgVpnName: {
          description: "The name of the Message VPN.";
          type: "string";
      }
      • description: "The name of the Message VPN."
      • type: "string"
    • replicatedTopic: {
          description: "The topic for applying replication. Published messages matching this topic will be replicated to the standby site.";
          type: "string";
      }
      • description: "The topic for applying replication. Published messages matching this topic will be replicated to the standby site."
      • type: "string"
    • replicationMode: {
          type: "Enum";
      }
      • type: "Enum"