GetCertificatePlainArgs

data class GetCertificatePlainArgs(val arn: String, val certificateAuthorityArn: String) : ConvertibleToJava<GetCertificatePlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String, certificateAuthorityArn: String)

Properties

Link copied to clipboard
val arn: String

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

Link copied to clipboard

The Amazon Resource Name (ARN) for the private CA issues the certificate.

Functions

Link copied to clipboard
open override fun toJava(): GetCertificatePlainArgs