| 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 |
Amazonka.EC2.Types.ClientLoginBannerResponseOptions
Description
Synopsis
- data ClientLoginBannerResponseOptions = ClientLoginBannerResponseOptions' {}
- newClientLoginBannerResponseOptions :: ClientLoginBannerResponseOptions
- clientLoginBannerResponseOptions_bannerText :: Lens' ClientLoginBannerResponseOptions (Maybe Text)
- clientLoginBannerResponseOptions_enabled :: Lens' ClientLoginBannerResponseOptions (Maybe Bool)
Documentation
data ClientLoginBannerResponseOptions Source #
Current state of options for customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
See: newClientLoginBannerResponseOptions smart constructor.
Constructors
| ClientLoginBannerResponseOptions' | |
Fields | |
Instances
newClientLoginBannerResponseOptions :: ClientLoginBannerResponseOptions Source #
Create a value of ClientLoginBannerResponseOptions 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:ClientLoginBannerResponseOptions', clientLoginBannerResponseOptions_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:ClientLoginBannerResponseOptions', clientLoginBannerResponseOptions_enabled - Current state of text banner feature.
Valid values: true | false
clientLoginBannerResponseOptions_bannerText :: Lens' ClientLoginBannerResponseOptions (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.
clientLoginBannerResponseOptions_enabled :: Lens' ClientLoginBannerResponseOptions (Maybe Bool) Source #
Current state of text banner feature.
Valid values: true | false