/AWS1/CL_EC2CLILOGINBANNEROPTS¶
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_enabled TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN¶
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 | falseDefault value:
false
iv_bannertext TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
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.
Queryable Attributes¶
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 | falseDefault value:
false
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BANNERTEXT() |
Getter for BANNERTEXT, with configurable default |
ASK_BANNERTEXT() |
Getter for BANNERTEXT w/ exceptions if field has no value |
HAS_BANNERTEXT() |
Determine if BANNERTEXT has a value |