1.4.10 • Published 9 months ago
@gammarers/aws-waf-ip-rate-limit-rule-group v1.4.10
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.
1.4.10
9 months ago
1.4.9
9 months ago
1.4.8
9 months ago
1.4.6
10 months ago
1.4.7
10 months ago
1.4.5
10 months ago
1.4.4
10 months ago
1.4.3
11 months ago
1.3.7
1 year ago
1.3.6
1 year ago
1.3.5
1 year ago
1.3.4
1 year ago
1.4.2
11 months ago
1.4.1
11 months ago
1.4.0
11 months ago
1.3.10
1 year ago
1.3.9
1 year ago
1.3.8
1 year ago
1.3.13
12 months ago
1.3.14
12 months ago
1.3.11
1 year ago
1.3.12
12 months ago
1.3.15
11 months ago
1.3.3
1 year ago
1.3.2
1 year ago
1.3.1
1 year ago
1.3.0
1 year ago