gammarer.aws-ecs-fargate-task-termination-detection-event-rule


Namegammarer.aws-ecs-fargate-task-termination-detection-event-rule JSON
Version 1.1.13 PyPI version JSON
download
home_pagehttps://github.com/yicr/aws-ecs-fargate-task-termination-detection-event-rule.git
SummaryThis an AWS ECS Fargate task termination detection Event Rule.
upload_time2024-04-25 18:14:49
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.
            [![GitHub](https://img.shields.io/github/license/yicr/aws-ecs-fargate-task-termination-detection-event-rule?style=flat-square)](https://github.com/yicr/aws-ecs-fargate-task-termination-detection-event-rule/blob/main/LICENSE)
[![npm (scoped)](https://img.shields.io/npm/v/@gammarer/aws-ecs-fargate-task-termination-detection-event-rule?style=flat-square)](https://www.npmjs.com/package/@gammarer/aws-ecs-fargate-task-termination-detection-event-rule)
[![PyPI](https://img.shields.io/pypi/v/gammarer.aws-ecs-fargate-task-termination-detection-event-rule?style=flat-square)](https://pypi.org/project/gammarer.aws-ecs-fargate-task-termination-detection-event-rule/)

<!-- [![Nuget](https://img.shields.io/nuget/v/Gammarer.CDK.AWS.SecureFrontendWebAppCloudFrontDistribution?style=flat-square)](https://www.nuget.org/packages/Gammarer.CDK.AWS.SecureFrontendWebAppCloudFrontDistribution/)  -->

[![Sonatype Nexus (Releases)](https://img.shields.io/nexus/r/com.gammarer/aws-ecs-fargate-task-termination-detection-event-rule?server=https%3A%2F%2Fs01.oss.sonatype.org%2F&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/releases/com/gammarer/aws-ecs-fargate-task-termination-detection-event-rule/)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/yicr/aws-ecs-fargate-task-termination-detection-event-rule/release.yml?branch=main&label=release&style=flat-square)](https://github.com/yicr/aws-ecs-fargate-task-termination-detection-event-rule/actions/workflows/release.yml)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/yicr/aws-ecs-fargate-task-termination-detection-event-rule?sort=semver&style=flat-square)](https://github.com/yicr/aws-ecs-fargate-task-termination-detection-event-rule/releases)

# AWS ECS Fargate task termination detection notification event rule

This an AWS ECS Fargate task termination detection Event Rule.

## Install

### TypeScript

```shell
npm install @gammarer/aws-ecs-fargate-task-termination-detection-event-rule
# or
yarn add @gammarer/aws-ecs-fargate-task-termination-detection-event-rule
```

### Python

```shell
pip install gammarer.aws-ecs-fargate-task-termination-detection-event-rule
```

### Java

Add the following to pom.xml:

```xml
<dependency>
  <groupId>com.gammarer</groupId>
  <artifactId>aws-ecs-fargate-task-termination-detection-event-rule</artifactId>
</dependency>
```

## Example

```python
import { EcsFargateTaskTerminationDetectionEventRule } from '@gammarer/aws-ecs-fargate-task-termination-detection-event-rule';

const clusterArn = 'arn:aws:ecs:us-east-1:123456789012:cluster/example-app-cluster';

const rule = new EcsFargateTaskTerminationDetectionEventRule(stack, 'EcsFargateTaskTerminationDetectionEventRule', {
  ruleName: 'example-event-rule',
  description: 'example event rule.',
  clusterArn,
});
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yicr/aws-ecs-fargate-task-termination-detection-event-rule.git",
    "name": "gammarer.aws-ecs-fargate-task-termination-detection-event-rule",
    "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/c1/51/edf0b87e5a71d1c710e8435765ce37d454c51ef893280413e2738bf33683/gammarer.aws-ecs-fargate-task-termination-detection-event-rule-1.1.13.tar.gz",
    "platform": null,
    "description": "[![GitHub](https://img.shields.io/github/license/yicr/aws-ecs-fargate-task-termination-detection-event-rule?style=flat-square)](https://github.com/yicr/aws-ecs-fargate-task-termination-detection-event-rule/blob/main/LICENSE)\n[![npm (scoped)](https://img.shields.io/npm/v/@gammarer/aws-ecs-fargate-task-termination-detection-event-rule?style=flat-square)](https://www.npmjs.com/package/@gammarer/aws-ecs-fargate-task-termination-detection-event-rule)\n[![PyPI](https://img.shields.io/pypi/v/gammarer.aws-ecs-fargate-task-termination-detection-event-rule?style=flat-square)](https://pypi.org/project/gammarer.aws-ecs-fargate-task-termination-detection-event-rule/)\n\n<!-- [![Nuget](https://img.shields.io/nuget/v/Gammarer.CDK.AWS.SecureFrontendWebAppCloudFrontDistribution?style=flat-square)](https://www.nuget.org/packages/Gammarer.CDK.AWS.SecureFrontendWebAppCloudFrontDistribution/)  -->\n\n[![Sonatype Nexus (Releases)](https://img.shields.io/nexus/r/com.gammarer/aws-ecs-fargate-task-termination-detection-event-rule?server=https%3A%2F%2Fs01.oss.sonatype.org%2F&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/releases/com/gammarer/aws-ecs-fargate-task-termination-detection-event-rule/)\n[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/yicr/aws-ecs-fargate-task-termination-detection-event-rule/release.yml?branch=main&label=release&style=flat-square)](https://github.com/yicr/aws-ecs-fargate-task-termination-detection-event-rule/actions/workflows/release.yml)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/yicr/aws-ecs-fargate-task-termination-detection-event-rule?sort=semver&style=flat-square)](https://github.com/yicr/aws-ecs-fargate-task-termination-detection-event-rule/releases)\n\n# AWS ECS Fargate task termination detection notification event rule\n\nThis an AWS ECS Fargate task termination detection Event Rule.\n\n## Install\n\n### TypeScript\n\n```shell\nnpm install @gammarer/aws-ecs-fargate-task-termination-detection-event-rule\n# or\nyarn add @gammarer/aws-ecs-fargate-task-termination-detection-event-rule\n```\n\n### Python\n\n```shell\npip install gammarer.aws-ecs-fargate-task-termination-detection-event-rule\n```\n\n### Java\n\nAdd the following to pom.xml:\n\n```xml\n<dependency>\n  <groupId>com.gammarer</groupId>\n  <artifactId>aws-ecs-fargate-task-termination-detection-event-rule</artifactId>\n</dependency>\n```\n\n## Example\n\n```python\nimport { EcsFargateTaskTerminationDetectionEventRule } from '@gammarer/aws-ecs-fargate-task-termination-detection-event-rule';\n\nconst clusterArn = 'arn:aws:ecs:us-east-1:123456789012:cluster/example-app-cluster';\n\nconst rule = new EcsFargateTaskTerminationDetectionEventRule(stack, 'EcsFargateTaskTerminationDetectionEventRule', {\n  ruleName: 'example-event-rule',\n  description: 'example event rule.',\n  clusterArn,\n});\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "This an AWS ECS Fargate task termination detection Event Rule.",
    "version": "1.1.13",
    "project_urls": {
        "Homepage": "https://github.com/yicr/aws-ecs-fargate-task-termination-detection-event-rule.git",
        "Source": "https://github.com/yicr/aws-ecs-fargate-task-termination-detection-event-rule.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "094d9a79c1e7d1a4d9768e3ac96c17324733b8fcc462f153e4977c6c4fb4745b",
                "md5": "a04afcdc86ea8cb4278a549fc785bb9f",
                "sha256": "ef543d251c481ee0cb6184c1ace300f4f0b750d89479c7edfe72785cbec2446b"
            },
            "downloads": -1,
            "filename": "gammarer.aws_ecs_fargate_task_termination_detection_event_rule-1.1.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a04afcdc86ea8cb4278a549fc785bb9f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 28504,
            "upload_time": "2024-04-25T18:14:45",
            "upload_time_iso_8601": "2024-04-25T18:14:45.800448Z",
            "url": "https://files.pythonhosted.org/packages/09/4d/9a79c1e7d1a4d9768e3ac96c17324733b8fcc462f153e4977c6c4fb4745b/gammarer.aws_ecs_fargate_task_termination_detection_event_rule-1.1.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c151edf0b87e5a71d1c710e8435765ce37d454c51ef893280413e2738bf33683",
                "md5": "11b591a005e39d3e80cb8af6873e8295",
                "sha256": "09faca0ac82e8ca6dd9dd0c32959ea492325a8105bb56c7bd28b2f4f97579311"
            },
            "downloads": -1,
            "filename": "gammarer.aws-ecs-fargate-task-termination-detection-event-rule-1.1.13.tar.gz",
            "has_sig": false,
            "md5_digest": "11b591a005e39d3e80cb8af6873e8295",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 29098,
            "upload_time": "2024-04-25T18:14:49",
            "upload_time_iso_8601": "2024-04-25T18:14:49.709915Z",
            "url": "https://files.pythonhosted.org/packages/c1/51/edf0b87e5a71d1c710e8435765ce37d454c51ef893280413e2738bf33683/gammarer.aws-ecs-fargate-task-termination-detection-event-rule-1.1.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 18:14:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yicr",
    "github_project": "aws-ecs-fargate-task-termination-detection-event-rule",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gammarer.aws-ecs-fargate-task-termination-detection-event-rule"
}
        
Elapsed time: 0.56461s