All Products
Search
Document Center

Resource Orchestration Service:Elasticsearch resources

Last Updated:Jun 22, 2026

Lists the AssociationProperty values available for Alibaba Cloud Elasticsearch resources in ROS templates.

AssociationProperty values

Description

Corresponding AssociationPropertyMetadata

ALIYUN::Elasticsearch::Instance::InstanceType

Elasticsearch instance type.

Examples:

  • Example code

    JSON example:

    {
      "ROSTemplateFormatVersion": "2015-09-01",
      "Parameters": {
        "Elasticsearch": {
          "Type": "String",
          "AssociationProperty": "ALIYUN::Elasticsearch::Instance::InstanceType"
        }
      }
    }

    YAML example:

    ROSTemplateFormatVersion: '2015-09-01'
    Parameters:
      Elasticsearch:
        Type: String
        AssociationProperty: ALIYUN::Elasticsearch::Instance::InstanceType
  • Example description

    Sets AssociationProperty to ALIYUN::Elasticsearch::Instance::InstanceType to retrieve the Elasticsearch instance type.