JSON示例:
{
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"RegionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::RegionId"
},
"ECIContainerGroupId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECI::ContainerGroup::ContainerGroupId",
"AssociationPropertyMetadata": {
"RegionId": "${RegionId}",
"Status": "Running"
}
}
}
}
YAML示例:
ROSTemplateFormatVersion: '2015-09-01'
Parameters:
RegionId:
Type: String
AssociationProperty: ALIYUN::ECS::RegionId
ECIContainerGroupId:
Type: String
AssociationProperty: ALIYUN::ECI::ContainerGroup::ContainerGroupId
AssociationPropertyMetadata:
RegionId: ${RegionId}
Status: Running