gammarers.aws-waf-ip-rate-limit-rule-group


Namegammarers.aws-waf-ip-rate-limit-rule-group JSON
Version 1.4.17 PyPI version JSON
download
home_pagehttps://github.com/gammarers/aws-waf-ip-rate-limit-rule-group.git
SummaryThis is an AWS CDK Construct for Rate Limit Rule on WAF V2.
upload_time2024-12-16 19:26:32
maintainerNone
docs_urlNone
authoryicr<yicr@users.noreply.github.com>
requires_python~=3.8
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AWS WAF(V2) IP Rete Limit Rule Group

[![GitHub](https://img.shields.io/github/license/gammarers/aws-waf-ip-rate-limit-rule-group?style=flat-square)](https://github.com/gammarers/aws-waf-ip-rate-limit-rule-group/blob/main/LICENSE)
[![npm (scoped)](https://img.shields.io/npm/v/@gammarers/aws-waf-ip-rate-limit-rule-group?style=flat-square)](https://www.npmjs.com/package/@gammarers/aws-waf-ip-rate-limit-rule-group)
[![PyPI](https://img.shields.io/pypi/v/gammarers.aws-waf-ip-rate-limit-rule-group?style=flat-square)](https://pypi.org/project/gammarers.aws-waf-ip-rate-limit-rule-group/)
[![Nuget](https://img.shields.io/nuget/v/Gammarers.CDK.AWS.WafIpRateLimitRuleGroup?style=flat-square)](https://www.nuget.org/packages/Gammarers.CDK.AWS.WafIpRateLimitRuleGroup/)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/gammarers/aws-waf-ip-rate-limit-rule-group/release.yml?branch=main&label=release&style=flat-square)](https://github.com/gammarers/aws-waf-ip-rate-limit-rule-group/actions/workflows/release.yml)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gammarers/aws-waf-ip-rate-limit-rule-group?sort=semver&style=flat-square)](https://github.com/gammarers/aws-waf-ip-rate-limit-rule-group/releases)

[![View on Construct Hub](https://constructs.dev/badge?package=@gammarers/aws-waf-ip-rate-limit-rule-group)](https://constructs.dev/packages/@gammarers/aws-waf-ip-rate-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

```shell
# or

```

#### install by npm

```shell
npm install @gammarers/aws-waf-ip-rate-limit-rule-group
```

#### install by yarn

```shell
yarn add @gammarers/aws-waf-ip-rate-limit-rule-group
```

#### install by pnpm

```shell
pnpm add @gammarers/aws-waf-ip-rate-limit-rule-group
```

#### install by bun

```shell
bun add @gammarers/aws-waf-ip-rate-limit-rule-group
```

### Python

```shell
pip install gammarers.aws-waf-ip-rate-limit-rule-group
```

### C# / .Net

```shell
dotnet add package Gammarers.CDK.AWS.WafIpRateLimitRuleGroup
```

## Example

```python
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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gammarers/aws-waf-ip-rate-limit-rule-group.git",
    "name": "gammarers.aws-waf-ip-rate-limit-rule-group",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "yicr<yicr@users.noreply.github.com>",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/dc/38/590575d97d1f635a9084f185022a3ade0d43669781b885577975160ecf52/gammarers_aws_waf_ip_rate_limit_rule_group-1.4.17.tar.gz",
    "platform": null,
    "description": "# AWS WAF(V2) IP Rete Limit Rule Group\n\n[![GitHub](https://img.shields.io/github/license/gammarers/aws-waf-ip-rate-limit-rule-group?style=flat-square)](https://github.com/gammarers/aws-waf-ip-rate-limit-rule-group/blob/main/LICENSE)\n[![npm (scoped)](https://img.shields.io/npm/v/@gammarers/aws-waf-ip-rate-limit-rule-group?style=flat-square)](https://www.npmjs.com/package/@gammarers/aws-waf-ip-rate-limit-rule-group)\n[![PyPI](https://img.shields.io/pypi/v/gammarers.aws-waf-ip-rate-limit-rule-group?style=flat-square)](https://pypi.org/project/gammarers.aws-waf-ip-rate-limit-rule-group/)\n[![Nuget](https://img.shields.io/nuget/v/Gammarers.CDK.AWS.WafIpRateLimitRuleGroup?style=flat-square)](https://www.nuget.org/packages/Gammarers.CDK.AWS.WafIpRateLimitRuleGroup/)\n[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/gammarers/aws-waf-ip-rate-limit-rule-group/release.yml?branch=main&label=release&style=flat-square)](https://github.com/gammarers/aws-waf-ip-rate-limit-rule-group/actions/workflows/release.yml)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gammarers/aws-waf-ip-rate-limit-rule-group?sort=semver&style=flat-square)](https://github.com/gammarers/aws-waf-ip-rate-limit-rule-group/releases)\n\n[![View on Construct Hub](https://constructs.dev/badge?package=@gammarers/aws-waf-ip-rate-limit-rule-group)](https://constructs.dev/packages/@gammarers/aws-waf-ip-rate-limit-rule-group)\n\nThis is an AWS CDK Construct for IP Rate Limit Rule on WAF V2\n\n## Resources\n\nThis construct creating resource list.\n\n* WAF V2 RuleGroup\n\n## Install\n\n### TypeScript\n\n```shell\n# or\n\n```\n\n#### install by npm\n\n```shell\nnpm install @gammarers/aws-waf-ip-rate-limit-rule-group\n```\n\n#### install by yarn\n\n```shell\nyarn add @gammarers/aws-waf-ip-rate-limit-rule-group\n```\n\n#### install by pnpm\n\n```shell\npnpm add @gammarers/aws-waf-ip-rate-limit-rule-group\n```\n\n#### install by bun\n\n```shell\nbun add @gammarers/aws-waf-ip-rate-limit-rule-group\n```\n\n### Python\n\n```shell\npip install gammarers.aws-waf-ip-rate-limit-rule-group\n```\n\n### C# / .Net\n\n```shell\ndotnet add package Gammarers.CDK.AWS.WafIpRateLimitRuleGroup\n```\n\n## Example\n\n```python\nimport { Scope, WafRateLimitRuleGroup } from '@gammarers/aws-waf-ip-rate-limit-rule-group';\n\nnew WafIpRateLimitRuleGroup(stack, 'WafIpRateLimitRuleGroup', {\n  name: 'rate-limit-rule-group',\n  scope: Scope.REGIONAL,\n  rateLimitCount: 3000, // default 1000\n});\n```\n\n## License\n\nThis project is licensed under the Apache-2.0 License.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "This is an AWS CDK Construct for Rate Limit Rule on WAF V2.",
    "version": "1.4.17",
    "project_urls": {
        "Homepage": "https://github.com/gammarers/aws-waf-ip-rate-limit-rule-group.git",
        "Source": "https://github.com/gammarers/aws-waf-ip-rate-limit-rule-group.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c911fbb67d2290e9abca19d4436f003e8515797a98c81b442d3976417a6e3aa",
                "md5": "1ca11b9d46a290ef9c906eba294de133",
                "sha256": "d283d3a433b97e9d4d460b6ac216a88571c98d88ae921af0c6b276a534c7f393"
            },
            "downloads": -1,
            "filename": "gammarers.aws_waf_ip_rate_limit_rule_group-1.4.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1ca11b9d46a290ef9c906eba294de133",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 34519,
            "upload_time": "2024-12-16T19:26:29",
            "upload_time_iso_8601": "2024-12-16T19:26:29.821723Z",
            "url": "https://files.pythonhosted.org/packages/8c/91/1fbb67d2290e9abca19d4436f003e8515797a98c81b442d3976417a6e3aa/gammarers.aws_waf_ip_rate_limit_rule_group-1.4.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc38590575d97d1f635a9084f185022a3ade0d43669781b885577975160ecf52",
                "md5": "fd078deae68fe1fca3cbd691afc45b92",
                "sha256": "e3de746f66762a34ce7e07bf30daea4c1841fc67666e6ef147caaa2ba9ee0638"
            },
            "downloads": -1,
            "filename": "gammarers_aws_waf_ip_rate_limit_rule_group-1.4.17.tar.gz",
            "has_sig": false,
            "md5_digest": "fd078deae68fe1fca3cbd691afc45b92",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 35290,
            "upload_time": "2024-12-16T19:26:32",
            "upload_time_iso_8601": "2024-12-16T19:26:32.192315Z",
            "url": "https://files.pythonhosted.org/packages/dc/38/590575d97d1f635a9084f185022a3ade0d43669781b885577975160ecf52/gammarers_aws_waf_ip_rate_limit_rule_group-1.4.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-16 19:26:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gammarers",
    "github_project": "aws-waf-ip-rate-limit-rule-group",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gammarers.aws-waf-ip-rate-limit-rule-group"
}
        
Elapsed time: 0.76637s