PartitionKey
Contains information about a partition key for an event data store.
Contents
- Name
-
The name of the partition key.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
Required: Yes
- Type
-
The data type of the partition key. For example,
bigint
orstring
.Type: String
Length Constraints: Minimum length of 0. Maximum length of 255.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: