GetCertificatePlainArgs

data class GetCertificatePlainArgs(val id: String? = null, val latestValidTill: Boolean? = null) : ConvertibleToJava<GetCertificatePlainArgs>

A collection of arguments for invoking getCertificate.

Constructors

Link copied to clipboard
constructor(id: String? = null, latestValidTill: Boolean? = null)

Properties

Link copied to clipboard
val id: String? = null

Certificate identifier. For example, rds-ca-2019.

Link copied to clipboard

When enabled, returns the certificate with the latest ValidTill.

Functions

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