This is an AWS CDK Construct for Rate Limit Rule on WAF V2.
This construct creating resource list.
- WAF V2 Web ACL
npm install @gammarer/aws-waf-managed-rules-set-web-acl
# or
yarn add @gammarer/aws-waf-managed-rules-set-web-acl
import { ScopeType, WafManagedRulesSetWebACL } from '@gammarer/aws-waf-managed-rules-set-web-acl';
const webAcl = new WafManagedRulesSetWebACL(stack, 'WafManagedRulesSetWebACL', {
scope: ScopeType.REGIONAL,
});
This project is licensed under the Apache-2.0 License.