Nilai AssociationProperty | Deskripsi | AssociationPropertyMetadata yang Sesuai |
ALIYUN::ServiceCatalog::LaunchOption::PortfolioId | ID portofolio produk Service Catalog. | Contoh: Kode contoh Contoh JSON: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"RegionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::RegionId"
},
"PortfolioId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ServiceCatalog::LaunchOption::PortfolioId",
"AssociationPropertyMetadata": {
"RegionId": "${RegionId}"
}
}
}
}
Contoh YAML: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
RegionId:
Type: String
AssociationProperty: ALIYUN::ECS::RegionId
PortfolioId:
Type: String
AssociationProperty: ALIYUN::ServiceCatalog::LaunchOption::PortfolioId
AssociationPropertyMetadata:
RegionId: ${RegionId}
Deskripsi contoh Contoh ini mengatur AssociationProperty parameter PortfolioId menjadi ALIYUN::ServiceCatalog::LaunchOption::PortfolioId dan AssociationPropertyMetadata menjadi RegionId. Hal ini mengambil ID portofolio produk Service Catalog di wilayah yang tersedia saat ini.
|
ALIYUN::ServiceCatalog::ProductVersion::ProductVersionId | ID versi produk. | Contoh: Kode contoh Contoh JSON: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"RegionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::RegionId"
},
"ProductVersionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ServiceCatalog::ProductVersion::ProductVersionId",
"AssociationPropertyMetadata": {
"RegionId": "${RegionId}"
}
}
}
}
Contoh YAML: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
RegionId:
Type: String
AssociationProperty: ALIYUN::ECS::RegionId
ProductVersionId:
Type: String
AssociationProperty: ALIYUN::ServiceCatalog::ProductVersion::ProductVersionId
AssociationPropertyMetadata:
RegionId: ${RegionId}
Deskripsi contoh Contoh ini mengatur AssociationProperty parameter ProductVersionId menjadi ALIYUN::ServiceCatalog::ProductVersion::ProductVersionId dan AssociationPropertyMetadata menjadi RegionId. Hal ini mengambil ID versi produk Service Catalog di wilayah yang tersedia saat ini.
|