GetCrlResult

data class GetCrlResult(val crlData: String? = null, val crlId: String? = null, val enabled: Boolean? = null, val name: String? = null, val tags: List<Tag>? = null, val trustAnchorArn: String? = null)

Constructors

Link copied to clipboard
constructor(crlData: String? = null, crlId: String? = null, enabled: Boolean? = null, name: String? = null, tags: List<Tag>? = null, trustAnchorArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val crlData: String? = null

The x509 v3 specified certificate revocation list (CRL).

Link copied to clipboard
val crlId: String? = null

The unique primary identifier of the Crl

Link copied to clipboard
val enabled: Boolean? = null

Specifies whether the certificate revocation list (CRL) is enabled.

Link copied to clipboard
val name: String? = null

The name of the certificate revocation list (CRL).

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

A list of tags to attach to the certificate revocation list (CRL).

Link copied to clipboard
val trustAnchorArn: String? = null

The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.