すべてのプロダクト
Search
ドキュメントセンター

Resource Orchestration Service:ComputeNestSupplier リソース

最終更新日:Mar 17, 2026

AssociationProperty の値

説明

対応する AssociationPropertyMetadata

ALIYUN::ComputeNestSupplier::Service::ServiceVersion

Compute Nest サービスのバージョン。

  • RegionId:リージョン ID(デフォルトはスタックのリージョン)。

  • ServiceId:サービス ID。

例:

  • サンプルコード

    JSON の例:

    {
      "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 の例:

    ROSTemplateFormatVersion: '2015-09-01'
    Parameters:
      ServiceId:
        Type: String
        AssociationProperty: ALIYUN::ComputeNest::Service::ServiceId
      ServiceVersion:
        AssociationProperty: ALIYUN::ComputeNestSupplier::Service::ServiceVersion
        Type: String
        AssociationPropertyMetadata:
          ServiceId: ${ServiceId}
  • 例の説明

    この例では、ServiceVersion パラメーターの AssociationProperty を ALIYUN::ComputeNestSupplier::Service::ServiceVersion に設定することで、Compute Nest サービスのバージョンを取得します。