ListedCertificate

Describes the properties of a certificate.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An optional date that specifies when the certificate becomes active.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the specified certificate.

Link copied to clipboard

An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.

Link copied to clipboard

The name or short description that's used to identify the certificate.

Link copied to clipboard

An optional date that specifies when the certificate becomes inactive.

Link copied to clipboard

The certificate can be either ACTIVE, PENDING_ROTATION, or INACTIVE. PENDING_ROTATION means that this certificate will replace the current certificate when it expires.

Link copied to clipboard

The type for the certificate. If a private key has been specified for the certificate, its type is CERTIFICATE_WITH_PRIVATE_KEY. If there is no private key, the type is CERTIFICATE.

Link copied to clipboard

Specifies whether this certificate is used for signing or encryption.

Functions

Link copied to clipboard
inline fun copy(block: ListedCertificate.Builder.() -> Unit = {}): ListedCertificate
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String