AWSEC2CertificateAuthentication
Objective-C
@interface AWSEC2CertificateAuthentication
Swift
class AWSEC2CertificateAuthentication
Information about the client certificate used for authentication.
-
The ARN of the client certificate.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientRootCertificateChain;
Swift
var clientRootCertificateChain: String? { get set }