JSON示例:
{
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"Elasticsearch": {
"Type": "String",
"AssociationProperty": "ALIYUN::Elasticsearch::Instance::InstanceType"
}
}
}
YAML示例:
ROSTemplateFormatVersion: '2015-09-01'
Parameters:
Elasticsearch:
Type: String
AssociationProperty: ALIYUN::Elasticsearch::Instance::InstanceType