Class CfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsProperty
An implementation for
CfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsProperty
CfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsProperty.Builder, CfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringCustomizable text that will be displayed in a banner on AWS provided clients when a VPN session is established.final ObjectEnable or disable a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.final inthashCode()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
protected Jsii$Proxy(CfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsProperty.Builder.
-
-
Method Details
-
getBannerText
Description copied from interface:CfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsPropertyCustomizable 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:
getBannerTextin interfaceCfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsProperty- See Also:
-
getEnabled
Description copied from interface:CfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsPropertyEnable or disable a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.Valid values:
true | falseDefault value:
falseReturns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-