Module: AWSCDK::ElasticLoadBalancingv2::MutualAuthenticationMode

Defined in:
elastic_load_balancingv2/mutual_authentication_mode.rb

Overview

The client certificate handling method.

Constant Summary collapse

OFF =
Deprecated.
Note:

Default:

Off.

Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.MutualAuthenticationMode", "OFF")
PASS_THROUGH =
Deprecated.
Note:

Default:

Application Load Balancer sends the whole client certificate chain to the target using HTTP headers.

Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.MutualAuthenticationMode", "PASS_THROUGH")
VERIFY =
Deprecated.
Note:

Default:

Application Load Balancer performs X.509 client certificate authentication for clients when a load balancer negotiates TLS connections.

Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.MutualAuthenticationMode", "VERIFY")