You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ca_cdk_constructs/edge_services/waf_v2_builder.py
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ class WafV2Builder:
14
14
:param scope: The scope of the construct, i.e the parent stack or construct.
15
15
:param name: The name of the WAF ACL.
16
16
:param description: The description of the WAF ACL.
17
-
:param tags: The tags of the WAF ACL. {"Component": "WAF"} is added in addition to this.
18
17
:param waf_scope: The scope of the WAF ACL. Defaults to CLOUDFRONT.
19
18
:param log_group: The CloudWatch log group to use for logging. Log group name MUST start with 'aws-waf-logs-'. If not included logging will be disabled.
20
19
:param default_action: The default action of the WAF ACL. Defaults to Allow.
0 commit comments