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

Resource Orchestration Service:Elasticsearch リソース

最終更新日:Mar 17, 2026

AssociationProperty の値

説明

対応する AssociationPropertyMetadata

ALIYUN::Elasticsearch::Instance::InstanceType

Elasticsearch インスタンスタイプ。

例:

  • コード例

    JSON の例:

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

    YAML の例:

    ROSTemplateFormatVersion: '2015-09-01'
    Parameters:
      Elasticsearch:
        Type: String
        AssociationProperty: ALIYUN::Elasticsearch::Instance::InstanceType
  • 説明例

    この例では、Elasticsearch パラメーターの AssociationProperty パラメーターを ALIYUN::Elasticsearch::Instance::InstanceType に設定して、Elasticsearch インスタンスタイプを取得します。