【发布时间】:2020-05-26 01:28:30
【问题描述】:
我正在尝试使用云形成创建胶水数据库,但失败并出现以下错误。我错过了什么吗?
Property validation failure: [The property {/DatabaseInput} is required, The property {/CatalogId} is required]
这就是我的模板代码块的样子
GlueDatabase:
Type: AWS::Glue::Database
Properties:
CatalogId: !Ref AWS::AccountId
DatabaseInput: !Ref TeamName
【问题讨论】:
标签: amazon-web-services amazon-cloudformation aws-glue