pulumi-aws icon indicating copy to clipboard operation
pulumi-aws copied to clipboard

Cloudwatch Event Target arn when using ECS Target mode

Open asselinpaul opened this issue 3 years ago • 3 comments

File: themes/default/content/registry/packages/aws/api-docs/cloudwatch/eventtarget/_index.md

In EventTarget Resource Properties -> Inputs, what should arn be set to when using ecs_target mode? The documentation currently states:

ARN of the SQS queue specified as the target for the dead-letter queue.

But I struggle to see how that could make sense for ECS target mode? There is no SQS queue involved.

asselinpaul avatar Sep 29 '22 02:09 asselinpaul

Things I've tried:

  • not passing an arn parameter
  • passing the Fargate Service task arn like this arn=example_service.task_definition.arn

asselinpaul avatar Sep 29 '22 02:09 asselinpaul

More probing seems to indicate its expecting the ECS cluster's arn, like this: cluster.arn Updating the docs to include this would be great. Feel free to close!

asselinpaul avatar Sep 29 '22 02:09 asselinpaul

Another instance of https://github.com/pulumi/pulumi-terraform-bridge/issues/529

viveklak avatar Oct 03 '22 20:10 viveklak

Going to close this out as a duplicate of https://github.com/pulumi/pulumi-terraform-bridge/issues/529 to track the required work centrally.

lukehoban avatar Dec 28 '22 00:12 lukehoban