CertificateConfigSubjectKeyIdArgs

data class CertificateConfigSubjectKeyIdArgs(val keyId: Output<String>? = null) : ConvertibleToJava<CertificateConfigSubjectKeyIdArgs>

Constructors

Link copied to clipboard
constructor(keyId: Output<String>? = null)

Properties

Link copied to clipboard
val keyId: Output<String>? = null

The value of the KeyId in lowercase hexidecimal.

Functions

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