class Aws::SecurityHub::Types::AwsElasticsearchDomainServiceSoftwareOptions

Information about the state of the domain relative to the latest service software.

@note When making an API call, you may pass AwsElasticsearchDomainServiceSoftwareOptions

data as a hash:

    {
      automated_update_date: "NonEmptyString",
      cancellable: false,
      current_version: "NonEmptyString",
      description: "NonEmptyString",
      new_version: "NonEmptyString",
      update_available: false,
      update_status: "NonEmptyString",
    }

@!attribute [rw] automated_update_date

The epoch time when the deployment window closes for required
updates. After this time, Amazon Elasticsearch Service schedules the
software upgrade automatically.
@return [String]

@!attribute [rw] cancellable

Whether a request to update the domain can be canceled.
@return [Boolean]

@!attribute [rw] current_version

The version of the service software that is currently installed on
the domain.
@return [String]

@!attribute [rw] description

A more detailed description of the service software status.
@return [String]

@!attribute [rw] new_version

The most recent version of the service software.
@return [String]

@!attribute [rw] update_available

Whether a service software update is available for the domain.
@return [Boolean]

@!attribute [rw] update_status

The status of the service software update.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsElasticsearchDomainServiceSoftwareOptions AWS API Documentation

Constants

SENSITIVE