All Products
Search
Document Center

Resource Orchestration Service:Hologres Resources

Last Updated:Apr 02, 2026

AssociationProperty Values

Description

Corresponding AssociationPropertyMetadata

ALIYUN::Hologres::Instance::InstanceId

Query the Hologres instance ID.

  • RegionId: Region ID (defaults to the stack's region).

  • cmsInstanceType: Cloud Monitor instance type. Values:

    • standard

    • follower

    • mc-acceleration

    • warehouse

    • high-memory

Example code

JSON example:

{
  "ROSTemplateFormatVersion": "2015-09-01",
  "Parameters": {
    "RegionId": {
      "Type": "String",
      "AssociationProperty": "ALIYUN::ECS::RegionId"
    },
    "HologresInstanceId": {
      "Type": "String",
      "AssociationProperty": "ALIYUN::Hologres::Instance::InstanceId",
      "AssociationPropertyMetadata": {
        "RegionId": "${RegionId}",
        "cmsInstanceType": "standard"
      }
    }
  }
}

YAML example:

ROSTemplateFormatVersion: '2015-09-01'
Parameters:
  RegionId:
    Type: String
    AssociationProperty: ALIYUN::ECS::RegionId
  HologresInstanceId:
    Type: String
    AssociationProperty: ALIYUN::Hologres::Instance::InstanceId
    AssociationPropertyMetadata:
      RegionId: ${RegionId}
      cmsInstanceType: standard