This an AWS ECS Fargate task termination detection Event Rule.
Project description
AWS ECS Fargate task termination detection notification event rule
This an AWS ECS Fargate task termination detection Event Rule.
Install
TypeScript
npm install @gammarer/aws-ecs-fargate-task-termination-detection-event-rule
# or
yarn add @gammarer/aws-ecs-fargate-task-termination-detection-event-rule
Python
pip install gammarer.aws-ecs-fargate-task-termination-detection-event-rule
Java
Add the following to pom.xml:
<dependency>
<groupId>com.gammarer</groupId>
<artifactId>aws-ecs-fargate-task-termination-detection-event-rule</artifactId>
</dependency>
Example
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,
});
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
File details
Details for the file gammarer.aws-ecs-fargate-task-termination-detection-event-rule-1.1.14.tar.gz
.
File metadata
- Download URL: gammarer.aws-ecs-fargate-task-termination-detection-event-rule-1.1.14.tar.gz
- Upload date:
- Size: 29.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d320adb958dbaaef55844d1889acefc99394ccad69bef0eb1bca71742a3684d |
|
MD5 | da0d702bdca69964fe54ce76159c830f |
|
BLAKE2b-256 | 20c7ba89e614d5789932cdc19f0c43324ece455fc737d11bb72c054e8f2ba83c |
File details
Details for the file gammarer.aws_ecs_fargate_task_termination_detection_event_rule-1.1.14-py3-none-any.whl
.
File metadata
- Download URL: gammarer.aws_ecs_fargate_task_termination_detection_event_rule-1.1.14-py3-none-any.whl
- Upload date:
- Size: 28.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ec9ddbab38a3f904f64c121cd6827313074fca6d6e13bd85c78c5b4d7118681 |
|
MD5 | 2bf15b0c3e7d819a40b17fb3a5cd08ce |
|
BLAKE2b-256 | cf8ee1298466e442105494f4a5212bcc710d99d6d2df8b1c22cf822d772ecc9c |