public static interface CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ec2.*; ClientLoginBannerOptionsProperty clientLoginBannerOptionsProperty = ClientLoginBannerOptionsProperty.builder() .enabled(false) // the properties below are optional .bannerText("bannerText") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Builder
A builder for
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty |
static class |
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Jsii$Proxy
An implementation for
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Builder |
builder() |
default java.lang.String |
getBannerText()
Customizable text that will be displayed in a banner on AWS provided clients when a VPN session is established.
|
java.lang.Object |
getEnabled()
Enable or disable a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.
|
java.lang.Object getEnabled()
Valid values: true | false
Default value: false
default java.lang.String getBannerText()
UTF-8 encoded characters only. Maximum of 1400 characters.