Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::ElasticLoadBalancingV2::Types::MutualAuthenticationAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Information about the mutual authentication attributes of a listener.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Indicates whether trust store CA certificate names are advertised.

Returns:

  • (String)

3214
3215
3216
3217
3218
3219
3220
3221
3222
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3214

class MutualAuthenticationAttributes < Struct.new(
  :mode,
  :trust_store_arn,
  :ignore_client_certificate_expiry,
  :trust_store_association_status,
  :advertise_trust_store_ca_names)
  SENSITIVE = []
  include Aws::Structure
end

#ignore_client_certificate_expiryBoolean

Indicates whether expired client certificates are ignored.

Returns:

  • (Boolean)

3214
3215
3216
3217
3218
3219
3220
3221
3222
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3214

class MutualAuthenticationAttributes < Struct.new(
  :mode,
  :trust_store_arn,
  :ignore_client_certificate_expiry,
  :trust_store_association_status,
  :advertise_trust_store_ca_names)
  SENSITIVE = []
  include Aws::Structure
end

#modeString

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

Returns:

  • (String)

3214
3215
3216
3217
3218
3219
3220
3221
3222
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3214

class MutualAuthenticationAttributes < Struct.new(
  :mode,
  :trust_store_arn,
  :ignore_client_certificate_expiry,
  :trust_store_association_status,
  :advertise_trust_store_ca_names)
  SENSITIVE = []
  include Aws::Structure
end

#trust_store_arnString

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

Returns:

  • (String)

3214
3215
3216
3217
3218
3219
3220
3221
3222
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3214

class MutualAuthenticationAttributes < Struct.new(
  :mode,
  :trust_store_arn,
  :ignore_client_certificate_expiry,
  :trust_store_association_status,
  :advertise_trust_store_ca_names)
  SENSITIVE = []
  include Aws::Structure
end

#trust_store_association_statusString

Indicates a shared trust stores association status.

Returns:

  • (String)

3214
3215
3216
3217
3218
3219
3220
3221
3222
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3214

class MutualAuthenticationAttributes < Struct.new(
  :mode,
  :trust_store_arn,
  :ignore_client_certificate_expiry,
  :trust_store_association_status,
  :advertise_trust_store_ca_names)
  SENSITIVE = []
  include Aws::Structure
end