我想使用 Cloud Formation 模板配置RedShift Spectrum资源。这样做的 CF 模板参数是什么?
例如,一个普通的 RedShift 可以像这样被模板化,
myCluster:
Type: "AWS::Redshift::Cluster"
Properties:
DBName: "mydb"
MasterUsername: "master"
MasterUserPassword:
Ref: "MasterUserPassword"
NodeType: "dw.hs1.xlarge"
ClusterType: "single-node"
Tags:
- Key: foo
Value: bar
什么是频谱当量?