AWSEC2CertificateAuthenticationRequest
Objective-C
@interface AWSEC2CertificateAuthenticationRequest
Swift
class AWSEC2CertificateAuthenticationRequest
Information about the client certificate to be used for authentication.
-
The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in Certificate Manager (ACM).
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientRootCertificateChainArn;
Swift
var clientRootCertificateChainArn: String? { get set }