This is an AWS CDK Construct for Rate Limit Rule on WAF V2.
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for gammarers_aws_waf_ip_rate_limit_rule_group-1.4.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21b2f5a2002618e8f493e9fbc6354ba64bfa2ca9c4b0c2892e17a40bf46d2f3c |
|
MD5 | 45ca834c0e3e89ca74381a7e03138aa6 |
|
BLAKE2b-256 | 08a5d6707afd555deb63554c64f618b30e373f00f4a717af06377a38e765e829 |
Close
Hashes for gammarers.aws_waf_ip_rate_limit_rule_group-1.4.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 006e7db0201119d62b269ebb850ce9fbafa79e42fa1d20db1120d08219fbfcdf |
|
MD5 | ec409893ed323168421e4dadbd2b9878 |
|
BLAKE2b-256 | fc2f6fa8624e7d7c14df673b7db8daafd731ac3e778cd243de8d5d31679baa0a |