This an AWS ECS Fargate task termination detection Event Rule.
Project description
AWS ECS Fargate task termination detection event rule
This an AWS ECS Fargate task termination detection Event Rule.
Install
TypeScript
install by npm
npm install @gammarers/aws-ecs-fargate-task-termination-detection-event-rule
install by yarn
yarn add @gammarers/aws-ecs-fargate-task-termination-detection-event-rule
install by pnpm
pnpm add @gammarers/aws-ecs-fargate-task-termination-detection-event-rule
install by bun
bun add @gammarers/aws-ecs-fargate-task-termination-detection-event-rule
Python
pip install gammarers.aws-ecs-fargate-task-termination-detection-event-rule
C# / .NET
dotnet add package Gammarers.CDK.AWS.EcsFargateTaskTerminationDetectionEventRule
Example
import { EcsFargateTaskTerminationDetectionEventRule } from '@gammarers/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,
});
License
This project is licensed under the Apache-2.0 License.
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
Close
Hashes for gammarers_aws_ecs_fargate_task_termination_detection_event_rule-1.3.17.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd0969f9e7dd47275ce22d01ebf6c56ef2f0ddf7870905d052bcea6cb891f085 |
|
MD5 | 3860c72fa53f1b7e26e41ca576f118fe |
|
BLAKE2b-256 | 5b6936d78e2d00624d26c762f6d5822a5b350bd8f7a2be46e0ba0d47254e905a |
Close
Hashes for gammarers.aws_ecs_fargate_task_termination_detection_event_rule-1.3.17-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf3c90d899da209ccdf618f226bfea740096076e2bf7229b4053658c48ec03b5 |
|
MD5 | 4aa0f614e10ccd9b7251b27cdaef9340 |
|
BLAKE2b-256 | 8f96b0345939f031bc27ff3058c946750bdab183049293e15ce5d0e89deb72dc |