CertificateValidityArgs

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

Length of time for which the certificate issued by your private certificate authority (CA), or by the private CA itself, is valid in days, months, or years. You can issue a certificate by calling the `IssueCertificate` operation.

Constructors

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

Properties

Link copied to clipboard
val type: Output<String>

Specifies whether the `Value` parameter represents days, months, or years.

Link copied to clipboard
val value: Output<Double>

A long integer interpreted according to the value of `Type`, below.

Functions

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