ValidationEnum
Defines enumeration validation for attribute values. Allows specifying a list of permitted values and whether custom values beyond the enumerated list are allowed.
Contents
- Strict
-
Boolean that defaults to false. When true, only values specified in the enum list are allowed. When false, custom values beyond the enumerated list are permitted.
Type: Boolean
Required: No
- Values
-
A list of predefined values that are allowed for this attribute. These values are always permitted regardless of the Strict setting.
Type: Array of strings
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: