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
File details
Details for the file gammarers_aws_ecs_fargate_task_termination_detection_event_rule-2.0.1.tar.gz
.
File metadata
- Download URL: gammarers_aws_ecs_fargate_task_termination_detection_event_rule-2.0.1.tar.gz
- Upload date:
- Size: 32.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05779e5182365deedcbfde2cc1092fbaeedb4100d23b58b2859638d2d6985653 |
|
MD5 | df2fb03e62a5db8faebe13efc76061bf |
|
BLAKE2b-256 | 0f6087b3273619fe994ca0f37ab164b84e8676461fffcfca99b810180ede65f6 |
File details
Details for the file gammarers.aws_ecs_fargate_task_termination_detection_event_rule-2.0.1-py3-none-any.whl
.
File metadata
- Download URL: gammarers.aws_ecs_fargate_task_termination_detection_event_rule-2.0.1-py3-none-any.whl
- Upload date:
- Size: 32.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff792ea2a36d92cc523df95f896fc885bd2ead7512523ffcbda4cbaa580cf8db |
|
MD5 | 352ff0b24d7a7390c7e4267728c7a3f6 |
|
BLAKE2b-256 | a273f49afa57ba10c49bd199a0cccc1e571fdc08fff8df398dc341acd1905110 |