@gammarers/aws-waf-ip-rate-limit-rule-group
v1.4.13
Published
This is an AWS CDK Construct for Rate Limit Rule on WAF V2.
Downloads
363
Readme
AWS WAF(V2) IP Rete Limit Rule Group
This is an AWS CDK Construct for IP Rate Limit Rule on WAF V2
Resources
This construct creating resource list.
- WAF V2 RuleGroup
Install
TypeScript
# or
install by npm
npm install @gammarers/aws-waf-ip-rate-limit-rule-group
install by yarn
yarn add @gammarers/aws-waf-ip-rate-limit-rule-group
install by pnpm
pnpm add @gammarers/aws-waf-ip-rate-limit-rule-group
install by bun
bun add @gammarers/aws-waf-ip-rate-limit-rule-group
Python
pip install gammarers.aws-waf-ip-rate-limit-rule-group
C# / .Net
dotnet add package Gammarers.CDK.AWS.WafIpRateLimitRuleGroup
Example
import { Scope, WafRateLimitRuleGroup } from '@gammarers/aws-waf-ip-rate-limit-rule-group';
new WafIpRateLimitRuleGroup(stack, 'WafIpRateLimitRuleGroup', {
name: 'rate-limit-rule-group',
scope: Scope.REGIONAL,
rateLimitCount: 3000, // default 1000
});
License
This project is licensed under the Apache-2.0 License.