This message was deleted.
# aws
s
This message was deleted.
s
We don't make this as obvious as I would like, but the ID will always be the same as whatever the param is for
pulumi import
. In this case:
Copy code
pulumi import aws:apigateway/stage:Stage example 12345abcde/example
👍 1
So it looks like what's probably the tail end of the ARN.
👍 1
s
Thanks!