【发布时间】:2020-09-30 19:25:09
【问题描述】:
有没有办法获取当前堆栈中未创建的角色的 profileInstance ?假设我在我的 cloudformation 中获得了角色的名称(作为参数传递),有没有办法获取它的 profileinstance ?
类似:
{"Fn::GetAtt" : ["MyRoleName", "ArnOfProfileInstance"] }
一个更普遍的问题,我们是否可以访问不是在当前堆栈中创建的资源,或者根本没有通过 cloudformation 创建的资源?
【问题讨论】:
标签: amazon-web-services amazon-cloudformation