0

I am trying to reference a dax.CfnCluster that was created in a different CF stack. I want to get its endpoint, but this doesn't seem to be exposed. I was hoping for something to fromLookup().

Thanks in advance

sancholp
  • 67
  • 7
  • 1
    The easiest thing to do would be to create an output (containing the endpoint value) in the CF stack where the cluster was created. Then import the value into the stack you're working with. If the other stack is created in the same CDK app, you can also just access the cluster object directly from your other stack and the CDK will create the outputs/imports automatically. – sytech Mar 13 '23 at 17:42

0 Answers0