AWS::ElasticLoadBalancingV2::Listener MutualAuthentication - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ElasticLoadBalancingV2::Listener MutualAuthentication

Specifies the configuration information for mutual authentication.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "IgnoreClientCertificateExpiry" : Boolean, "Mode" : String, "TrustStoreArn" : String }

YAML

IgnoreClientCertificateExpiry: Boolean Mode: String TrustStoreArn: String

Properties

IgnoreClientCertificateExpiry

Indicates whether expired client certificates are ignored.

Required: No

Type: Boolean

Update requires: No interruption

Mode

The client certificate handling method. Options are off, passthrough or verify. The default value is off.

Required: No

Type: String

Update requires: No interruption

TrustStoreArn

The Amazon Resource Name (ARN) of the trust store.

Required: No

Type: String

Update requires: No interruption