JSON示例:
{
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"ServiceId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ComputeNest::Service::ServiceId"
},
"ServiceVersion":{
"AssociationProperty":"ALIYUN::ComputeNestSupplier::Service::ServiceVersion",
"Type":"String",
"AssociationPropertyMetadata": {
"ServiceId": "${ServiceId}"
}
}
}
}
YAML示例:
ROSTemplateFormatVersion: '2015-09-01'
Parameters:
ServiceId:
Type: String
AssociationProperty: ALIYUN::ComputeNest::Service::ServiceId
ServiceVersion:
AssociationProperty: ALIYUN::ComputeNestSupplier::Service::ServiceVersion
Type: String
AssociationPropertyMetadata:
ServiceId: ${ServiceId}