$DmrClusterCertMatchingRule: {
    properties: {
        dmrClusterName: {
            description: "The name of the Cluster.";
            type: "string";
        };
        enabled: {
            description: "Enable or disable a certificate matching rule. Changes to this attribute are synchronized to HA mates via config-sync. The default value is `false`.";
            type: "boolean";
        };
        ruleName: {
            description: "The name of the rule.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        dmrClusterName: {
            description: "The name of the Cluster.";
            type: "string";
        };
        enabled: {
            description: "Enable or disable a certificate matching rule. Changes to this attribute are synchronized to HA mates via config-sync. The default value is `false`.";
            type: "boolean";
        };
        ruleName: {
            description: "The name of the rule.";
            type: "string";
        };
    }
    • dmrClusterName: {
          description: "The name of the Cluster.";
          type: "string";
      }
      • description: "The name of the Cluster."
      • type: "string"
    • enabled: {
          description: "Enable or disable a certificate matching rule. Changes to this attribute are synchronized to HA mates via config-sync. The default value is `false`.";
          type: "boolean";
      }
      • description: "Enable or disable a certificate matching rule. Changes to this attribute are synchronized to HA mates via config-sync. The default value is `false`."
      • type: "boolean"
    • ruleName: {
          description: "The name of the rule.";
          type: "string";
      }
      • description: "The name of the rule."
      • type: "string"