opensearchservice_upgrade_domain: Allows you to either upgrade your Amazon OpenSearch Service...

View source: R/opensearchservice_operations.R

opensearchservice_upgrade_domainR Documentation

Allows you to either upgrade your Amazon OpenSearch Service domain or perform an upgrade eligibility check to a compatible version of OpenSearch or Elasticsearch

Description

Allows you to either upgrade your Amazon OpenSearch Service domain or perform an upgrade eligibility check to a compatible version of OpenSearch or Elasticsearch.

See https://www.paws-r-sdk.com/docs/opensearchservice_upgrade_domain/ for full documentation.

Usage

opensearchservice_upgrade_domain(
  DomainName,
  TargetVersion,
  PerformCheckOnly = NULL,
  AdvancedOptions = NULL
)

Arguments

DomainName

[required] Name of the OpenSearch Service domain that you want to upgrade.

TargetVersion

[required] OpenSearch or Elasticsearch version to which you want to upgrade, in the format Opensearch_X.Y or Elasticsearch_X.Y.

PerformCheckOnly

When true, indicates that an upgrade eligibility check needs to be performed. Does not actually perform the upgrade.

AdvancedOptions

Only supports the override_main_response_version parameter and not other advanced options. You can only include this option when upgrading to an OpenSearch version. Specifies whether the domain reports its version as 7.10 so that it continues to work with Elasticsearch OSS clients and plugins.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.