Skip to content

Commit

Permalink
Allow any type for webAclProps (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut authored Apr 4, 2023
1 parent 7eec914 commit 5cd9485
Show file tree
Hide file tree
Showing 14 changed files with 1,344 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface WafwebaclToApiGatewayProps {
*
* @default - Default properties are used.
*/
readonly webaclProps?: waf.CfnWebACLProps,
readonly webaclProps?: waf.CfnWebACLProps | any,
}

/**
Expand Down
Loading

0 comments on commit 5cd9485

Please sign in to comment.