DescribedCertificate

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. If you do not specify a value, ActiveDate takes the same value as NotBeforeDate, which is specified by the CA.

Link copied to clipboard
val arn: String

The unique Amazon Resource Name (ARN) for the certificate.

Link copied to clipboard

The file name for the certificate.

Link copied to clipboard

The list of certificates that make up the chain for the 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 description that's used to identity the certificate.

Link copied to clipboard

An optional date that specifies when the certificate becomes inactive. If you do not specify a value, InactiveDate takes the same value as NotAfterDate, which is specified by the CA.

Link copied to clipboard

The final date that the certificate is valid.

Link copied to clipboard

The earliest date that the certificate is valid.

Link copied to clipboard

The serial number for the certificate.

Link copied to clipboard

A certificate's status can be either ACTIVE or INACTIVE.

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

Key-value pairs that can be used to group and search for certificates.

Link copied to clipboard

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 how this certificate is used. It can be used in the following ways:

Functions

Link copied to clipboard
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