Get Server Certificate Result
data class GetServerCertificateResult(val arn: String, val certificateBody: String, val certificateChain: String, val expirationDate: String, val id: String, val latest: Boolean? = null, val name: String, val namePrefix: String? = null, val path: String, val pathPrefix: String? = null, val uploadDate: String)
A collection of values returned by getServerCertificate.
Constructors
Properties
Link copied to clipboard
is the public key certificate (PEM-encoded). This is useful when configuring back-end instance authentication policy for load balancer
Link copied to clipboard
is the public key certificate chain (PEM-encoded) if exists, empty otherwise
Link copied to clipboard
is set to the expiration date of the IAM Server Certificate
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
is the date when the server certificate was uploaded