Ah, thanks <@UB8A66MPS>. While digging a little further too, I found I could call `new` with a `Cust...
w
Ah, thanks @stocky-spoon-28903. While digging a little further too, I found I could call
new
with a
CustomResourceOptions
providing an arn for
id
- that seemed to work, but I guess
.get()
is a more idiomatic way that does the same thing. Thanks!