You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating new rum AppMonitor and trying to obtain an id:
const appMonitor = new aws.rum.AppMonitor("name_of_app_monitor", { domain: "*.example.com" });
console.log(appMonitor.id); //this logs name instead of an id
We have to put AppMonitor ID into RUM code snippet:
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
This provider is generated based on the terraform AWS definitions and would therefore need to be fixed there first. It appears that this is the relevant upstream issue: hashicorp/terraform-provider-aws#26430
What happened?
I'm creating new rum AppMonitor and trying to obtain an id:
We have to put AppMonitor ID into RUM code snippet:
https://github.com/aws-observability/aws-rum-web/blob/main/docs/cdn_installation.md#arguments
Steps to reproduce
const appMonitor = new aws.rum.AppMonitor("name_of_app_monitor", { domain: "*.example.com" });
console.log(appMonitor.id); //this logs name instead of an id
Expected Behavior
Expected: appMonitor.id should be
Actual Behavior
appMonitor.id is name
Output of
pulumi about
No response
Additional context
Documentation
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: