amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.ClientLoginBannerOptions

Description

 
Synopsis

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.

Constructors

ClientLoginBannerOptions' 

Fields

  • bannerText :: Maybe Text

    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.

  • enabled :: Maybe Bool

    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

Instances

Instances details
ToQuery ClientLoginBannerOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientLoginBannerOptions

Generic ClientLoginBannerOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientLoginBannerOptions

Associated Types

type Rep ClientLoginBannerOptions :: Type -> Type #

Read ClientLoginBannerOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientLoginBannerOptions

Show ClientLoginBannerOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientLoginBannerOptions

NFData ClientLoginBannerOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientLoginBannerOptions

Eq ClientLoginBannerOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientLoginBannerOptions

Hashable ClientLoginBannerOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientLoginBannerOptions

type Rep ClientLoginBannerOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientLoginBannerOptions

type Rep ClientLoginBannerOptions = D1 ('MetaData "ClientLoginBannerOptions" "Amazonka.EC2.Types.ClientLoginBannerOptions" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "ClientLoginBannerOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bannerText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

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