0.2.11 • Published 9 months ago

@gammarers/aws-waf-managed-rules-set-web-acl v0.2.11

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

AWS WAF(V2) Managed Rules Set Web ACL

This is an AWS CDK Construct for Rate Limit Rule on WAF V2.

Resources

This construct creating resource list.

  • WAF V2 Web ACL

Install

TypeScript

npm install @gammarers/aws-waf-managed-rules-set-web-acl
# or
yarn add @gammarers/aws-waf-managed-rules-set-web-acl

Example

import { ScopeType, WafManagedRulesSetWebACL } from '@gammarers/aws-waf-managed-rules-set-web-acl';

const webAcl = new WafManagedRulesSetWebACL(stack, 'WafManagedRulesSetWebACL', {
  scope: ScopeType.REGIONAL,
});

License

This project is licensed under the Apache-2.0 License.

0.2.11

9 months ago

0.2.10

9 months ago

0.2.9

9 months ago

0.2.7

10 months ago

0.2.8

10 months ago

0.2.6

10 months ago

0.2.5

10 months ago

0.2.4

10 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago