{"ROSTemplateFormatVersion":"2015-09-01","Resources":{"DomainRecord":{"Type":"ALIYUN::DNS::DomainRecord","Properties":{"RR":"@","Type":"A","DomainName":{"Ref":"DnsDomainName"},"Value":{"Fn::Select":["0",{"Fn::GetAtt":["Server","PublicIps"]}]},"TTL":600}}},"Outputs":{"RecordId":{"Description":"Parse the ID of the record","Value":{"Fn::GetAtt":["DomainRecord","RecordId"]}}}}