class Aws::ElasticsearchService::Types::UpgradeElasticsearchDomainRequest
Container for request parameters to ` UpgradeElasticsearchDomain ` operation.
@note When making an API call, you may pass UpgradeElasticsearchDomainRequest
data as a hash: { domain_name: "DomainName", # required target_version: "ElasticsearchVersionString", # required perform_check_only: false, }
@!attribute [rw] domain_name
The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen). @return [String]
@!attribute [rw] target_version
The version of Elasticsearch that you intend to upgrade the domain to. @return [String]
@!attribute [rw] perform_check_only
This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade. @return [Boolean]
Constants
- SENSITIVE