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