Can AWS CDK load a pre-existing stack using an ARN? i.e. const stack = Stack.fromArn(…);

后端 未结 0 955
日久生厌
日久生厌 2021-01-27 03:06

Goal: I need to create an AWS ManagedPolicy that contains ALLOW permissions for API actions on resources created in a pre existing stack. No I cannot modify the existing stack

相关标签:
回答
  • 消灭零回复
提交回复
热议问题