AWSElasticLoadBalancingTrustStore
Objective-C
@interface AWSElasticLoadBalancingTrustStore
Swift
class AWSElasticLoadBalancingTrustStore
Information about a trust store.
-
The name of the trust store.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
The number of ca certificates in the trust store.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable numberOfCaCertificates;
Swift
var numberOfCaCertificates: NSNumber? { get set }
-
The current status of the trust store.
Declaration
Objective-C
@property (nonatomic) AWSElasticLoadBalancingTrustStoreStatus status;
Swift
var status: AWSElasticLoadBalancingTrustStoreStatus { get set }
-
The number of revoked certificates in the trust store.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable totalRevokedEntries;
Swift
var totalRevokedEntries: NSNumber? { 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 }