Skip to main content

This an AWS ECS Fargate task termination detection Event Rule.

Project description

AWS ECS Fargate task termination detection event rule

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

This an AWS ECS Fargate task termination detection Event Rule.

Install

TypeScript

npm install @gammarers/aws-ecs-fargate-task-termination-detection-event-rule
# or
yarn 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


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

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page