FeatureValue
The value associated with a feature.
Contents
- FeatureName
- 
               The name of a feature that a feature value corresponds to. Type: String Length Constraints: Minimum length of 1. Maximum length of 64. Pattern: ^[a-zA-Z0-9]([-_]*[a-zA-Z0-9]){0,63}Required: Yes 
- ValueAsString
- 
               The value in string format associated with a feature. Used when your CollectionTypeisNone. Note that features types can beString,Integral, orFractional. This value represents all three types as a string.Type: String Length Constraints: Maximum length of 358400. Pattern: .*Required: No 
- ValueAsStringList
- 
               The list of values in string format associated with a feature. Used when your CollectionTypeis aList,Set, orVector. Note that features types can beString,Integral, orFractional. These values represents all three types as a string.Type: Array of strings Array Members: Minimum number of 0 items. Maximum number of 358400 items. Length Constraints: Maximum length of 358400. Pattern: .*Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: