Values_3.ClientLoginBannerOptionsSourceOptions for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
type nonrec t = {enabled : Values_0.Boolean.t option;Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established. Valid values: true | false Default value: false
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ])
list ]