AWS CloudFormation 提供多个内置函数帮助您管理您的堆栈。在模板中使用内部函数,以便为仅在运行时可用的属性分配值。
注意
您只能在模板的特定部分使用内部函数。目前,您可以在资源属性、输出、元数据属性和更新策略属性中使用内部函数。您也可以使用内部函数按条件创建堆栈资源。
You can use intrinsic functions only in specific parts of a template. Currently, you can use intrinsic functions in resource properties, outputs, metadata attributes, and update policy attributes. You can also use intrinsic functions to conditionally create stack resources.
主题
固有功能参考 Intrinsic Function Reference
原文:https://www.cnblogs.com/cloudrivers/p/11429384.html