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
npm install @gammarers/aws-waf-ip-rate-limit-rule-group
# or
yarn 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.3.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9614315b2e9fa97745fb0d9d369e74c3180b7cb22647024d5c3d9d04fc5f1446 |
|
MD5 | db37feac724bc530867246eacadf84cd |
|
BLAKE2b-256 | b4c2659bbf16609717c085bdb3855e5e07c472775a73d2bec8c7c73a74456fe4 |
Close
Hashes for gammarers.aws_waf_ip_rate_limit_rule_group-1.3.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f91f2cb8582fa914f97eb33923e79c1b5f761d94cd477a3b902891c63c24e1c |
|
MD5 | 0707286fdda1192019e2bcfeeb4a0f26 |
|
BLAKE2b-256 | 834455eac8e3c9509e2478e0170ea2431f42d42197d65ac497f33327e181a757 |