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

This an AWS ECS Fargate task termination detection Event Rule.


Keywords
aws, cdk, ecs, event, fargate, rule
License
Apache-2.0
Install
pip install gammarers.aws-ecs-fargate-task-termination-detection-event-rule==1.3.5

Documentation

AWS ECS Fargate task termination detection event rule

GitHub npm (scoped) PyPI Nuget GitHub Workflow Status (branch) GitHub release (latest SemVer)

View on Construct Hub

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.