@Target(value=METHOD) @Retention(value=RUNTIME) public @interface DynamoDbSecondaryPartitionKey
You must also specify at least one index name.
The index name will be used if a table is created from this bean. For data-oriented operations like reads and writes, this name does not need to match the service-side name of the index.
Modifier and Type | Required Element and Description |
---|---|
String[] |
indexNames
The names of one or more global secondary indices that this partition key should participate in.
|
public abstract String[] indexNames
Copyright © 2023. All rights reserved.