Class CfnListener.MutualAuthenticationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListener.MutualAuthenticationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnListener.MutualAuthenticationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnListener.MutualAuthenticationProperty
@Stability(Stable)
@Internal
public static final class CfnListener.MutualAuthenticationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnListener.MutualAuthenticationProperty
An implementation for
CfnListener.MutualAuthenticationProperty-
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.services.elasticloadbalancingv2.CfnListener.MutualAuthenticationProperty
CfnListener.MutualAuthenticationProperty.Builder, CfnListener.MutualAuthenticationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnListener.MutualAuthenticationProperty.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 ObjectIndicates whether expired client certificates are ignored.final StringgetMode()The client certificate handling method.final StringThe Amazon Resource Name (ARN) of the trust store.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
Constructor that initializes the object based on literal property values passed by theCfnListener.MutualAuthenticationProperty.Builder.
-
-
Method Details
-
getIgnoreClientCertificateExpiry
Description copied from interface:CfnListener.MutualAuthenticationPropertyIndicates whether expired client certificates are ignored.- Specified by:
getIgnoreClientCertificateExpiryin interfaceCfnListener.MutualAuthenticationProperty- See Also:
-
getMode
Description copied from interface:CfnListener.MutualAuthenticationPropertyThe client certificate handling method.Options are
off,passthroughorverify. The default value isoff.- Specified by:
getModein interfaceCfnListener.MutualAuthenticationProperty- See Also:
-
getTrustStoreArn
Description copied from interface:CfnListener.MutualAuthenticationPropertyThe Amazon Resource Name (ARN) of the trust store.- Specified by:
getTrustStoreArnin interfaceCfnListener.MutualAuthenticationProperty- 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()
-