EndpointClientLoginBannerOptions

data class EndpointClientLoginBannerOptions(val bannerText: String? = null, val enabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(bannerText: String? = null, enabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bannerText: String? = null

Customizable text that will be displayed in a banner on AWS provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.

Link copied to clipboard
val enabled: Boolean? = null

Enable or disable a customizable text banner that will be displayed on AWS provided clients when a VPN session is established. The default is false (not enabled).