Values_0.OptionGroupOptionSettingSourceOption group option settings are used to display settings available for each option with their default values and other information. These values are used with the DescribeOptionGroupOptions action.
type nonrec t = {settingName : String_.t option;The name of the option group option.
*)settingDescription : String_.t option;The description of the option group option.
*)defaultValue : String_.t option;The default value for the option group option.
*)applyType : String_.t option;The DB engine specific parameter type for the option group option.
*)allowedValues : String_.t option;Indicates the acceptable values for the option group option.
*)isModifiable : Boolean.t option;Indicates whether this option group option can be changed from the default value.
*)isRequired : Boolean.t option;Indicates whether a value must be specified for this option setting of the option group option.
*)minimumEngineVersionPerAllowedValue : MinimumEngineVersionPerAllowedValueList.t
option;The minimum DB engine version required for the corresponding allowed value for this option setting.
*)}