GetCertificateResult

data class GetCertificateResult(val arn: String? = null, val id: String? = null, val status: CertificateStatus? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, id: String? = null, status: CertificateStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Returns the Amazon Resource Name (ARN) for the certificate. For example: { "Fn::GetAtt": ["MyCertificate", "Arn"] } A value similar to the following is returned: arn:aws:iot:ap-southeast-2:123456789012:cert/a1234567b89c012d3e4fg567hij8k9l01mno1p23q45678901rs234567890t1u2

Link copied to clipboard
val id: String? = null

The certificate ID.

Link copied to clipboard

The status of the certificate. Valid values are ACTIVE, INACTIVE, REVOKED, PENDING_TRANSFER, and PENDING_ACTIVATION. The status value REGISTER_INACTIVE is deprecated and should not be used.