I'm trying to create a custom resource for a physical resource which has a non-deterministic ID/ARN.
i.e. when I receive the delete call, I cannot figure out which resource to delete based on the properties of the resource. I instead need to get whatever value was returned by create.
I'm hoping this value is somewhere inside the event. If so, can you please document where in the event it is?