AssociationProperty value | Deskripsi | AssociationPropertyMetadata yang Sesuai |
ALIYUN::EAS::Instance::InstanceType | Kueri tipe instans untuk EAS. | Contoh Contoh JSON: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"RegionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::RegionId"
},
"EASInstanceType": {
"Type": "String",
"AssociationProperty": "ALIYUN::EAS::Instance::InstanceType",
"AssociationPropertyMetadata": {
"RegionId": "${RegionId}",
"SubscriptionType": "PayAsYouGo"
}
}
}
}
Contoh YAML: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
RegionId:
Type: String
AssociationProperty: ALIYUN::ECS::RegionId
EASInstanceType:
Type: String
AssociationProperty: ALIYUN::EAS::Instance::InstanceType
AssociationPropertyMetadata:
RegionId: ${RegionId}
SubscriptionType: PayAsYouGo
|
ALIYUN::EAS::Resource::ResourceId | Kueri informasi mengenai kelompok sumber daya EAS. | Contoh Contoh JSON: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"RegionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::RegionId"
},
"EASResourceId": {
"Type": "String",
"AssociationProperty": "ALIYUN::EAS::Resource::ResourceId",
"AssociationPropertyMetadata": {
"RegionId": "${RegionId}"
}
}
}
}
Contoh YAML: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
RegionId:
Type: String
AssociationProperty: ALIYUN::ECS::RegionId
EASResourceId:
Type: String
AssociationProperty: ALIYUN::EAS::Resource::ResourceId
AssociationPropertyMetadata:
RegionId: ${RegionId}
|