File tree Expand file tree Collapse file tree
ca_cdk_constructs/edge_services Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ def add_managed_rule(
110110 :param priority: The priority of the rule.
111111 :param managed_rule_name: The managed rule name.
112112 :param managed_rule_vendor: The managed rule vendor.
113- :param count_only: Whether to only count the requests. Defaulse to False
113+ :param count_only: Whether to only count the requests. Defaults to False
114114 :param rules_to_exclude: A list of rules to exclude. Defaults to an empty list.
115115 :param cloud_watch_metrics_enabled: Whether to enable CloudWatch metrics. Defaults to False.
116116 """
@@ -142,7 +142,7 @@ def add_ip_rule(
142142 :param priority: The priority of the rule.
143143 :param addresses: The addresses to use. A dictionary of address types to addresses.
144144 :param allow: Whether to allow or block the addresses. Defaults to False.
145- :param count_only: Whether to only count the requests. Defaulse to False
145+ :param count_only: Whether to only count the requests. Defaults to False
146146 :param cloud_watch_metrics_enabled: Whether to enable CloudWatch metrics. Defaults to False.
147147 """
148148 self .rules .append (
You can’t perform that action at this time.
0 commit comments