AWSElasticLoadBalancingMutualAuthenticationAttributes

Objective-C

@interface AWSElasticLoadBalancingMutualAuthenticationAttributes

Swift

class AWSElasticLoadBalancingMutualAuthenticationAttributes

Information about the mutual authentication attributes of a listener.

  • Indicates whether expired client certificates are ignored.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable ignoreClientCertificateExpiry;

    Swift

    var ignoreClientCertificateExpiry: NSNumber? { get set }
  • The client certificate handling method. Options are off, passthrough or verify. The default value is off.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable mode;

    Swift

    var mode: String? { get set }
  • The Amazon Resource Name (ARN) of the trust store.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable trustStoreArn;

    Swift

    var trustStoreArn: String? { get set }