Are there any examples (preferably in Python) that...
# getting-started
p
Are there any examples (preferably in Python) that use
aws.cloudwatch.EventTarget
with the
ecs_target
parameter? I have the parameter set to a
aws.cloudwatch.EventTargetEcsTargetArgs
with
task_definition_arn
set to the ARN of my task definition, but after bringing the stack up the AWS console shows no targets for the EventBridge rule, and no tasks are created from the task definition even though the
EventTarget
is using a rule that should run it on a schedule every few minutes.