Get Certificate Result
data class GetCertificateResult(val certificateArn: String, val certificateCreationDate: String, val certificateId: String, val certificateOwner: String, val certificatePem: String, val certificateWallet: String, val id: String, val keyLength: Int, val signingAlgorithm: String, val tags: Map<String, String>, val validFromDate: String, val validToDate: String)
A collection of values returned by getCertificate.
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) for the certificate.
Link copied to clipboard
The date that the certificate was created.
Link copied to clipboard
Link copied to clipboard
The owner of the certificate.
Link copied to clipboard
The contents of a .pem file, which contains an X.509 certificate.
Link copied to clipboard
The owner of the certificate.
Link copied to clipboard
The algorithm for the certificate.
Link copied to clipboard
The beginning date that the certificate is valid.
Link copied to clipboard
The final date that the certificate is valid.