CertManagerCertOptionsArgs

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>)

Properties

Link copied to clipboard
val duration: Output<String>

Lifetime of certificate. Must be specified using a Go time.Duration format (h|m|s). E.g. 240h for 240 hours and 45m for 45 minutes.

Link copied to clipboard

Configuration of certificate private key.

Link copied to clipboard
val renewBefore: Output<String>

When to begin renewing certificate. Must be specified using a Go time.Duration format (h|m|s). E.g. 240h for 240 hours and 45m for 45 minutes.

Functions

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