AwsDynamoDbTableProjection
For global and local secondary indexes, identifies the attributes that are copied from the table into the index.
Contents
- NonKeyAttributes
- 
               The nonkey attributes that are projected into the index. For each attribute, provide the attribute name. Type: Array of strings Pattern: .*\S.*Required: No 
- ProjectionType
- 
               The types of attributes that are projected into the index. Valid values are as follows: - 
                     ALL
- 
                     INCLUDE
- 
                     KEYS_ONLY
 Type: String Pattern: .*\S.*Required: No 
- 
                     
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: