CaseMetadataEntry
Represents a single metadata entry associated with a case. Each entry consists of a key-value pair that provides additional contextual information about the case, such as classification tags, custom attributes, or system-generated properties.
Contents
- key
-
The identifier for the metadata field. This key uniquely identifies the type of metadata being stored, such as "severity", "category", or "assignee".
Type: String
Length Constraints: Minimum length of 1. Maximum length of 500.
Required: Yes
- value
-
The value associated with the metadata key. This contains the actual data for the metadata field identified by the key.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2000.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: