Hello, not sure if this is the best place to post ...
# aws
s
Hello, not sure if this is the best place to post this. But I am creating a awscloudwatchEventRule and have provided a Name and eventBusName to it. Similar to the attached code. I have noticed that pulumi automatically creates an resource with a id in the format of
EventBusName/name
The problem I am having is that when I open the resource in aws it throws a validation error on the auto generated Id because presumably it contains a "/" . Is there something I'm doing wrong or a limitation within pulumi?
Actually I have been able to open the event rule correctly through Amazon EventBridge rather than through cloudwatch rules. I think that the problem is that through the pulumi dashboard -> projects -> specific project -> resources -> event rule which links to cloudwatch rather than Amazon EventBridge