Module Values.AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetailsSource

Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.

Sourcetype nonrec t = {
  1. enabled : Boolean.t option;
    (*

    Current state of text banner feature.

    *)
  2. bannerText : NonEmptyString.t option;
    (*

    Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established.

    *)
}
Sourceval make : ?enabled:??? -> ?bannerText:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t