ModifyingProperties - Amazon OpenSearch Service

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: