@gammarer/aws-ecs-fargate-task-termination-detection-event-rule
TypeScript icon, indicating that this package has built-in type declarations

1.1.9 • Public • Published

GitHub npm (scoped) PyPI

Sonatype Nexus (Releases) GitHub Workflow Status (branch) GitHub release (latest SemVer)

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,
});

Package Sidebar

Install

npm i @gammarer/aws-ecs-fargate-task-termination-detection-event-rule

Weekly Downloads

6

Version

1.1.9

License

Apache-2.0

Unpacked Size

146 kB

Total Files

7

Last publish

Collaborators

  • yicr