pulumi-aws
pulumi-aws copied to clipboard
Cloudwatch Event Target arn when using ECS Target mode
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.
Things I've tried:
- not passing an
arnparameter - passing the Fargate Service task arn like this
arn=example_service.task_definition.arn
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!
Another instance of https://github.com/pulumi/pulumi-terraform-bridge/issues/529
Going to close this out as a duplicate of https://github.com/pulumi/pulumi-terraform-bridge/issues/529 to track the required work centrally.