Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data ClientLoginBannerOptions Source #
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
See: newClientLoginBannerOptions
smart constructor.
ClientLoginBannerOptions' | |
|
Instances
newClientLoginBannerOptions :: ClientLoginBannerOptions Source #
Create a value of ClientLoginBannerOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:bannerText:ClientLoginBannerOptions'
, clientLoginBannerOptions_bannerText
- Customizable text that will be displayed in a banner on Amazon Web
Services provided clients when a VPN session is established. UTF-8
encoded characters only. Maximum of 1400 characters.
$sel:enabled:ClientLoginBannerOptions'
, clientLoginBannerOptions_enabled
- 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
clientLoginBannerOptions_bannerText :: Lens' ClientLoginBannerOptions (Maybe Text) Source #
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.
clientLoginBannerOptions_enabled :: Lens' ClientLoginBannerOptions (Maybe Bool) Source #
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