CertificateValidityArgs

data class CertificateValidityArgs(val type: Output<String>, val value: Output<String>) : ConvertibleToJava<CertificateValidityArgs>

Constructors

Link copied to clipboard
constructor(type: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val type: Output<String>

Determines how value is interpreted. Valid values: DAYS, MONTHS, YEARS, ABSOLUTE, END_DATE.

Link copied to clipboard
val value: Output<String>

If type is DAYS, MONTHS, or YEARS, the relative time until the certificate expires. If type is ABSOLUTE, the date in seconds since the Unix epoch. If type is END_DATE, the date in RFC 3339 format.

Functions

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