Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListener.MutualAuthenticationProperty
Packages that use CfnListener.MutualAuthenticationProperty
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnListener.MutualAuthenticationProperty in software.amazon.awscdk.services.elasticloadbalancingv2
Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement CfnListener.MutualAuthenticationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnListener.MutualAuthenticationPropertyMethods in software.amazon.awscdk.services.elasticloadbalancingv2 that return CfnListener.MutualAuthenticationPropertyModifier and TypeMethodDescriptionCfnListener.MutualAuthenticationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type CfnListener.MutualAuthenticationPropertyModifier and TypeMethodDescriptionCfnListener.Builder.mutualAuthentication(CfnListener.MutualAuthenticationProperty mutualAuthentication) The mutual authentication configuration information.CfnListenerProps.Builder.mutualAuthentication(CfnListener.MutualAuthenticationProperty mutualAuthentication) Sets the value ofCfnListenerProps.getMutualAuthentication()voidCfnListener.setMutualAuthentication(CfnListener.MutualAuthenticationProperty value) The mutual authentication configuration information.