

# ModifyingProperties
<a name="API_ModifyingProperties"></a>

Information about the domain properties that are currently being modified.

## Contents
<a name="API_ModifyingProperties_Contents"></a>

 ** ActiveValue **   <a name="opensearchservice-Type-ModifyingProperties-ActiveValue"></a>
The current value of the domain property that is being modified.  
Type: String  
Required: No

 ** Name **   <a name="opensearchservice-Type-ModifyingProperties-Name"></a>
The name of the property that is currently being modified.  
Type: String  
Required: No

 ** PendingValue **   <a name="opensearchservice-Type-ModifyingProperties-PendingValue"></a>
The value that the property that is currently being modified will eventually have.  
Type: String  
Required: No

 ** ValueType **   <a name="opensearchservice-Type-ModifyingProperties-ValueType"></a>
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 \$1"Enabled":"True"\$1".
Type: String  
Valid Values: `PLAIN_TEXT | STRINGIFIED_JSON`   
Required: No

## See Also
<a name="API_ModifyingProperties_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/opensearch-2021-01-01/ModifyingProperties) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/opensearch-2021-01-01/ModifyingProperties) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/opensearch-2021-01-01/ModifyingProperties) 