Enum Details¶
The following fields are available. Required fields are marked with an asterisk (*).
- Type *
- The type of enum determines the drop-down list control to hold the Value.
- Value *
- The exact text to display in the drop-down list control.
- Label *
- The exact text to display in the drop-down list control.
- Value Type *
- The data type for the Value. Options are:
String,Number,Boolean,Date, andEnum. When the Value Type isEnum, the Enum Type field becomes visible. - Enum Type *
- If the Value Type is
Enum, the list from which this enum is populated. This becomes, essentially, a list of lists. - Parent Type
- The Type for enums Value Type is enum.
- Parent Value
- For enums that have a parent enum (a list of lists), the value of the parent enum. For example, the
Region enum has a Value Type of
enum, Parent Type ofAWSRegion, and the Parent Value is the Value for the desired AWSRegion enum, such asus-east-1. - Status
- The status of the enum:
ActiveorInactive. - Context
- //TODO
- Description
- The description of the enum
- Initial Value
- //TODO
See also: