|
AssociationProperty values
|
Description
|
Corresponding AssociationPropertyMetadata
|
|
ALIYUN::ServiceCatalog::LaunchOption::PortfolioId
|
ID of the Service Catalog product portfolio.
|
Examples:
-
Example code
JSON example: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"RegionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::RegionId"
},
"PortfolioId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ServiceCatalog::LaunchOption::PortfolioId",
"AssociationPropertyMetadata": {
"RegionId": "${RegionId}"
}
}
}
}
YAML example: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
RegionId:
Type: String
AssociationProperty: ALIYUN::ECS::RegionId
PortfolioId:
Type: String
AssociationProperty: ALIYUN::ServiceCatalog::LaunchOption::PortfolioId
AssociationPropertyMetadata:
RegionId: ${RegionId}
-
Example description
Sets PortfolioId to use ALIYUN::ServiceCatalog::LaunchOption::PortfolioId with RegionId as metadata, which retrieves the Service Catalog product portfolio ID in the current available region.
|
|
ALIYUN::ServiceCatalog::ProductVersion::ProductVersionId
|
Product version ID.
|
Examples:
-
Example code
JSON example: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"RegionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::RegionId"
},
"ProductVersionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ServiceCatalog::ProductVersion::ProductVersionId",
"AssociationPropertyMetadata": {
"RegionId": "${RegionId}"
}
}
}
}
YAML example: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
RegionId:
Type: String
AssociationProperty: ALIYUN::ECS::RegionId
ProductVersionId:
Type: String
AssociationProperty: ALIYUN::ServiceCatalog::ProductVersion::ProductVersionId
AssociationPropertyMetadata:
RegionId: ${RegionId}
-
Example description
Sets ProductVersionId to use ALIYUN::ServiceCatalog::ProductVersion::ProductVersionId with RegionId as metadata, which retrieves the Service Catalog product version ID in the current available region.
|