GetCertificateResult

data class GetCertificateResult(val arn: String, val certificate: String, val certificateChain: String, val domain: String, val id: String, val keyTypes: List<String>? = null, val mostRecent: Boolean? = null, val status: String, val statuses: List<String>? = null, val tags: Map<String, String>, val types: List<String>? = null)

A collection of values returned by getCertificate.

Constructors

Link copied to clipboard
constructor(arn: String, certificate: String, certificateChain: String, domain: String, id: String, keyTypes: List<String>? = null, mostRecent: Boolean? = null, status: String, statuses: List<String>? = null, tags: Map<String, String>, types: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the found certificate, suitable for referencing in other resources that support ACM certificates.

Link copied to clipboard

ACM-issued certificate.

Link copied to clipboard

Certificates forming the requested ACM-issued certificate's chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val keyTypes: List<String>? = null
Link copied to clipboard
val mostRecent: Boolean? = null
Link copied to clipboard

Status of the found certificate.

Link copied to clipboard
val statuses: List<String>? = null
Link copied to clipboard

Mapping of tags for the resource.

Link copied to clipboard
val types: List<String>? = null