GetCertificateAuthorityResult

data class GetCertificateAuthorityResult(val arn: String? = null, val certificateSigningRequest: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, certificateSigningRequest: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the certificate authority.

Link copied to clipboard

The base64 PEM-encoded certificate signing request (CSR) for your certificate authority certificate.

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

Key-value pairs that will be attached to the new private CA. You can associate up to 50 tags with a private CA. For information using tags with IAM to manage permissions, see Controlling Access Using IAM Tags .