

# VectorIndexUpdate
<a name="API_VectorIndexUpdate"></a>

A vector index to be added to or removed from a table.

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

**Note**  
In the following list, the required parameters are described first.

 ** Create **   <a name="DDB-Type-VectorIndexUpdate-Create"></a>
The configuration for creating a new vector index on the table.  
Type: [CreateVectorIndexAction](API_CreateVectorIndexAction.md) object  
Required: No

 ** Delete **   <a name="DDB-Type-VectorIndexUpdate-Delete"></a>
The configuration for deleting an existing vector index from the table.  
Type: [DeleteVectorIndexAction](API_DeleteVectorIndexAction.md) object  
Required: No

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

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