GetCertificateResult

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.

Constructors

Link copied to clipboard
constructor(arn: String, certificateType: String, customerOverride: Boolean, customerOverrideValidTill: String, defaultForNewLaunches: Boolean? = null, id: String, latestValidTill: Boolean? = null, thumbprint: String, validFrom: String, validTill: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the certificate.

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
val id: String
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.