GetCertificateResult

data class GetCertificateResult(val certificateArn: String, val certificateCreationDate: String, val certificateId: String, val certificateOwner: String, val certificatePem: String, val certificateWallet: String, val id: String, val keyLength: Int, val signingAlgorithm: String, val tags: Map<String, String>, val validFromDate: String, val validToDate: String)

A collection of values returned by getCertificate.

Constructors

Link copied to clipboard
constructor(certificateArn: String, certificateCreationDate: String, certificateId: String, certificateOwner: String, certificatePem: String, certificateWallet: String, id: String, keyLength: Int, signingAlgorithm: String, tags: Map<String, String>, validFromDate: String, validToDate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) for the certificate.

Link copied to clipboard

The date that the certificate was created.

Link copied to clipboard
Link copied to clipboard

The owner of the certificate.

Link copied to clipboard

The contents of a .pem file, which contains an X.509 certificate.

Link copied to clipboard

The owner of the certificate.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The key length of the cryptographic algorithm being used.

Link copied to clipboard

The algorithm for the certificate.

Link copied to clipboard
Link copied to clipboard

The beginning date that the certificate is valid.

Link copied to clipboard

The final date that the certificate is valid.