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 associated with a feature, in string format. Note that features types can be String, Integral, or Fractional. This value represents all three types as a string.
Type: String
Length Constraints: Maximum length of 358400.
Pattern:
.*
Required: Yes
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: