Hi community. I'm creating a `queue`. Given that I...
# general
e
Hi community. I'm creating a
queue
. Given that I have the queue created, how can I access to the
url
?
w
Which kind of queue? Azure, AWS, cloud?
e
Sorry, keep forgetting the pulumi is multicloud! 🙂 AWS
I can't identify a
myQueue.url
(using JS)
w
The
.id
property will contain the URL. It would be nice if the upstream Terraform AWS provider exposed this with a nicer name as well, but looks like it is available.
e
Thanks!