JSON示例:
{
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"RegionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::RegionId"
},
"DesktopType": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECD::Bundle::DesktopType",
"AssociationPropertyMetadata": {
"RegionId": "${RegionId}"
}
}
}
}
YAML示例:
ROSTemplateFormatVersion: '2015-09-01'
Parameters:
RegionId:
Type: String
AssociationProperty: ALIYUN::ECS::RegionId
DesktopType:
Type: String
AssociationProperty: ALIYUN::ECD::Bundle::DesktopType
AssociationPropertyMetadata:
RegionId: ${RegionId}