GetCertificatePlainArgs

data class GetCertificatePlainArgs(val certificateId: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetCertificatePlainArgs>

A collection of arguments for invoking getCertificate.

Constructors

Link copied to clipboard
constructor(certificateId: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

A customer-assigned name for the certificate. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.

Link copied to clipboard
val tags: Map<String, String>? = null

Functions

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