Get Certificate Result
data class GetCertificateResult(val arn: String, val certificateType: String, val customerOverride: Boolean, val customerOverrideValidTill: String, val defaultForNewLaunches: Boolean? = null, val id: String, val latestValidTill: Boolean? = null, val thumbprint: String, val validFrom: String, val validTill: String)
A collection of values returned by getCertificate.
Properties
Link copied to clipboard
Type of certificate. For example, CA
.
Link copied to clipboard
Boolean whether there is an override for the default certificate identifier.
Link copied to clipboard
If there is an override for the default certificate identifier, when the override expires.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Thumbprint of the certificate.
Link copied to clipboard
RFC3339 format of certificate starting validity date.
Link copied to clipboard
RFC3339 format of certificate ending validity date.