Values_0.OptionGroupSourcetype nonrec t = {optionGroupName : String_.t option;Specifies the name of the option group.
*)optionGroupDescription : String_.t option;Provides a description of the option group.
*)engineName : String_.t option;Indicates the name of the engine that this option group can be applied to.
*)majorEngineVersion : String_.t option;Indicates the major engine version associated with this option group.
*)options : OptionsList.t option;Indicates what options are available in the option group.
*)allowsVpcAndNonVpcInstanceMemberships : Boolean.t option;Indicates whether this option group can be applied to both VPC and non-VPC instances. The value true indicates the option group can be applied to both VPC and non-VPC instances.
*)vpcId : String_.t option;If AllowsVpcAndNonVpcInstanceMemberships is false, this field is blank. If AllowsVpcAndNonVpcInstanceMemberships is true and this field is blank, then this option group can be applied to both VPC and non-VPC instances. If this field contains a value, then this option group can only be applied to instances that are in the VPC indicated by this field.
*)optionGroupArn : String_.t option;Specifies the Amazon Resource Name (ARN) for the option group.
*)sourceOptionGroup : String_.t option;Specifies the name of the option group from which this option group is copied.
*)sourceAccountId : String_.t option;Specifies the Amazon Web Services account ID for the option group from which this option group is copied.
*)copyTimestamp : TStamp.t option;Indicates when the option group was copied.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of IntegerOptional.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t | `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Timestamp of TStamp.t ])
list ]