Class CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty
An implementation for
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Builder, CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Customizable text that will be displayed in a banner on AWS provided clients when a VPN session is established.final Object
Enable or disable a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty
Enable or disable a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.Valid values:
true | false
Default value:
false
- Specified by:
getEnabled
in interfaceCfnClientVpnEndpoint.ClientLoginBannerOptionsProperty
- See Also:
-
getBannerText
Description copied from interface:CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty
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.
- Specified by:
getBannerText
in interfaceCfnClientVpnEndpoint.ClientLoginBannerOptionsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-