Cert Manager Cert Options Args
data class CertManagerCertOptionsArgs(val duration: Output<String>, val privateKey: Output<CertManagerPrivateKeyArgs>, val renewBefore: Output<String>) : ConvertibleToJava<CertManagerCertOptionsArgs>
Cert Manager Cert properties
Constructors
Link copied to clipboard
constructor(duration: Output<String>, privateKey: Output<CertManagerPrivateKeyArgs>, renewBefore: Output<String>)