ModifyingProperties - Amazon OpenSearch Service
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

ModifyingProperties

Information about the domain properties that are currently being modified.

Contents

ActiveValue

The current value of the domain property that is being modified.

Type: String

Required: No

Name

The name of the property that is currently being modified.

Type: String

Required: No

PendingValue

The value that the property that is currently being modified will eventually have.

Type: String

Required: No

ValueType

The type of value that is currently being modified. Properties can have two types:

  • PLAIN_TEXT: Contain direct values such as "1", "True", or "c5.large.search".

  • STRINGIFIED_JSON: Contain content in JSON format, such as {"Enabled":"True"}".

Type: String

Valid Values: PLAIN_TEXT | STRINGIFIED_JSON

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: