AWSElasticLoadBalancingCertificate
Objective-C
@interface AWSElasticLoadBalancingCertificate
Swift
class AWSElasticLoadBalancingCertificate
Information about an SSL server certificate.
-
The Amazon Resource Name (ARN) of the certificate.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable certificateArn;Swift
var certificateArn: String? { get set } -
Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable isDefault;Swift
var isDefault: NSNumber? { get set }
View on GitHub
Install in Dash
AWSElasticLoadBalancingCertificate Class Reference