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.ClientLoginBannerResponseOptions

Description

 
Synopsis

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

  • 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

    Current state of text banner feature.

    Valid values: true | false

Instances

Instances details
FromXML ClientLoginBannerResponseOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientLoginBannerResponseOptions

Generic ClientLoginBannerResponseOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientLoginBannerResponseOptions

Associated Types

type Rep ClientLoginBannerResponseOptions :: Type -> Type #

Read ClientLoginBannerResponseOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientLoginBannerResponseOptions

Show ClientLoginBannerResponseOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientLoginBannerResponseOptions

NFData ClientLoginBannerResponseOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientLoginBannerResponseOptions

Eq ClientLoginBannerResponseOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientLoginBannerResponseOptions

Hashable ClientLoginBannerResponseOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientLoginBannerResponseOptions

type Rep ClientLoginBannerResponseOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientLoginBannerResponseOptions

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

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