how to get route table ID in typescript with AWS CDK

后端 未结 0 927
醉酒成梦
醉酒成梦 2020-12-15 10:38
   // create a nat gateway 
   const natGateway = new ec2.CfnNatGateway(this, \'nat-gateway-1\',{
      subnetId: mySubnet.subnetId,
      allocationId: new ec2.CfnE         


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