1.3.19 • Published 9 months ago

@gammarers/aws-ecs-fargate-task-termination-detection-event-rule v1.3.19

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

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.

1.3.19

9 months ago

1.3.18

9 months ago

1.3.17

9 months ago

1.3.14

10 months ago

1.3.15

10 months ago

1.3.16

9 months ago

1.3.13

10 months ago

1.3.12

10 months ago

1.3.11

11 months ago

1.3.10

11 months ago

1.3.9

11 months ago

1.3.8

11 months ago

1.3.7

11 months ago

1.3.6

12 months ago

1.3.5

12 months ago

1.3.4

12 months ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago