GetCertificatePlainArgs

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

A collection of arguments for invoking getCertificate.

Constructors

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

Properties

Link copied to clipboard
val arn: String

ARN of the certificate issued by the private certificate authority.

Link copied to clipboard

ARN of the certificate authority.

Functions

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