Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListener.MutualAuthenticationProperty.Builder
Packages that use CfnListener.MutualAuthenticationProperty.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnListener.MutualAuthenticationProperty.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return CfnListener.MutualAuthenticationProperty.BuilderModifier and TypeMethodDescriptionCfnListener.MutualAuthenticationProperty.Builder.advertiseTrustStoreCaNames
(String advertiseTrustStoreCaNames) Sets the value ofCfnListener.MutualAuthenticationProperty.getAdvertiseTrustStoreCaNames()
CfnListener.MutualAuthenticationProperty.builder()
CfnListener.MutualAuthenticationProperty.Builder.ignoreClientCertificateExpiry
(Boolean ignoreClientCertificateExpiry) CfnListener.MutualAuthenticationProperty.Builder.ignoreClientCertificateExpiry
(IResolvable ignoreClientCertificateExpiry) Sets the value ofCfnListener.MutualAuthenticationProperty.getMode()
CfnListener.MutualAuthenticationProperty.Builder.trustStoreArn
(String trustStoreArn) Sets the value ofCfnListener.MutualAuthenticationProperty.getTrustStoreArn()
Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type CfnListener.MutualAuthenticationProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnListener.MutualAuthenticationProperty.Builder
.