All Products
Search
Document Center

Resource Orchestration Service:ComputeNestSupplier resource

Last Updated:Jun 22, 2026

Lists the AssociationProperty values available for ComputeNestSupplier resources in ROS templates.

AssociationProperty value

Description

Corresponding AssociationPropertyMetadata

ALIYUN::ComputeNestSupplier::Service::ServiceVersion

Compute Nest service version.

  • RegionId: region ID (defaults to the region of the stack).

  • ServiceId: service ID.

Examples:

  • Sample code

    JSON example:

    {
      "ROSTemplateFormatVersion": "2015-09-01",
      "Parameters": {
        "ServiceId": {
          "Type": "String",
          "AssociationProperty": "ALIYUN::ComputeNest::Service::ServiceId"
        },
        "ServiceVersion":{
          "AssociationProperty":"ALIYUN::ComputeNestSupplier::Service::ServiceVersion",
          "Type":"String",
          "AssociationPropertyMetadata": {
            "ServiceId": "${ServiceId}"
          }
        }
      }
    }

    YAML example:

    ROSTemplateFormatVersion: '2015-09-01'
    Parameters:
      ServiceId:
        Type: String
        AssociationProperty: ALIYUN::ComputeNest::Service::ServiceId
      ServiceVersion:
        AssociationProperty: ALIYUN::ComputeNestSupplier::Service::ServiceVersion
        Type: String
        AssociationPropertyMetadata:
          ServiceId: ${ServiceId}
  • Example explanation

    Set the AssociationProperty of the ServiceVersion parameter to ALIYUN::ComputeNestSupplier::Service::ServiceVersion to retrieve the Compute Nest service version.