GetCertificateResult

data class GetCertificateResult(val activeDate: String? = null, val arn: String? = null, val certificateId: String? = null, val description: String? = null, val inactiveDate: String? = null, val notAfterDate: String? = null, val notBeforeDate: String? = null, val serial: String? = null, val status: CertificateStatus? = null, val tags: List<Tag>? = null, val type: CertificateType? = null, val usage: CertificateUsage? = null)

Constructors

Link copied to clipboard
constructor(activeDate: String? = null, arn: String? = null, certificateId: String? = null, description: String? = null, inactiveDate: String? = null, notAfterDate: String? = null, notBeforeDate: String? = null, serial: String? = null, status: CertificateStatus? = null, tags: List<Tag>? = null, type: CertificateType? = null, usage: CertificateUsage? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activeDate: String? = null

Specifies the active date for the certificate.

Link copied to clipboard
val arn: String? = null

Specifies the unique Amazon Resource Name (ARN) for the agreement.

Link copied to clipboard
val certificateId: String? = null

A unique identifier for the certificate.

Link copied to clipboard
val description: String? = null

A textual description for the certificate.

Link copied to clipboard
val inactiveDate: String? = null

Specifies the inactive date for the certificate.

Link copied to clipboard
val notAfterDate: String? = null

Specifies the not after date for the certificate.

Link copied to clipboard
val notBeforeDate: String? = null

Specifies the not before date for the certificate.

Link copied to clipboard
val serial: String? = null

Specifies Certificate's serial.

Link copied to clipboard

A status description for the certificate.

Link copied to clipboard
val tags: List<Tag>? = null

Key-value pairs that can be used to group and search for certificates. Tags are metadata attached to certificates for any purpose.

Link copied to clipboard
val type: CertificateType? = null

Describing the type of certificate. With or without a private key.

Link copied to clipboard
val usage: CertificateUsage? = null

Specifies the usage type for the certificate.