All Products
Search
Document Center

Resource Orchestration Service:Elasticsearch resources

Last Updated:Mar 17, 2026

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

    This example sets the AssociationProperty parameter of the Elasticsearch parameter to ALIYUN::Elasticsearch::Instance::InstanceType to get the Elasticsearch instance type.