Get Certificate Authority Result
data class GetCertificateAuthorityResult(val arn: String? = null, val certificateSigningRequest: String? = null, val tags: List<Tag>? = null)
Properties
Link copied to clipboard
The base64 PEM-encoded certificate signing request (CSR) for your certificate authority certificate.
Link copied to clipboard
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 .