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
orverify
. The default value isoff
.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 }