@Stability(value=Stable)
public static interface CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getBannerText()
Customizable text that will be displayed in a banner on AWS provided clients when a VPN session is established.
|
Object |
getEnabled()
Enable or disable a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.
|
@Stability(value=Stable) @NotNull Object getEnabled()
Valid values: true | false
Default value: false
@Stability(value=Stable) @Nullable default String getBannerText()
UTF-8 encoded characters only. Maximum of 1400 characters.
@Stability(value=Stable) static CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.