AwsDynamoDbTableKeySchema
A component of the key schema for the DynamoDB table, a global secondary index, or a local secondary index.
Contents
- AttributeName
-
The name of the key schema attribute.
Type: String
Pattern:
.*\S.*
Required: No
- KeyType
-
The type of key used for the key schema attribute. Valid values are
HASH
orRANGE
.Type: String
Pattern:
.*\S.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: