EndpointClientLoginBannerOptionsArgs

data class EndpointClientLoginBannerOptionsArgs(val bannerText: Output<String>? = null, val enabled: Output<Boolean>? = null) : ConvertibleToJava<EndpointClientLoginBannerOptionsArgs>

Constructors

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

Properties

Link copied to clipboard
val bannerText: Output<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: Output<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).

Functions

Link copied to clipboard
open override fun toJava(): EndpointClientLoginBannerOptionsArgs