gpt4 book ai didi

aws-cloudformation - 无法确定标签 '!GetAtt' 的构造函数

转载 作者:行者123 更新时间:2023-12-01 04:48:05 25 4
gpt4 key购买 nike

我正在为 S3 上托管的网站编写 CFT - YML 文件通过模板验证,没有任何问题,但构建代理返回以下错误:

yaml.constructor.ConstructorError: could not determine a constructor for the tag '!GetAtt'

Outputs:
WebsiteURL:
Value: !GetAtt RootBucket.WebsiteURL
Description: URL for website hosted on S3

最佳答案

尝试不使用简写版本的 Fn::GetAtt

Outputs:
WebsiteURL:
Value: Fn::GetAtt: [ RootBucket, WebsiteURL ]
Description: URL for website hosted on S3

关于aws-cloudformation - 无法确定标签 '!GetAtt' 的构造函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44786412/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com