Tls Cert Method Args
data class TlsCertMethodArgs(val certManagerCertificateSpec: Output<CertManagerCertificateSpecArgs>? = null, val manual: Output<X509ManualCertificateArgs>? = null, val mode: Output<Either<String, TlsCertMethodMode>>) : ConvertibleToJava<TlsCertMethodArgs>
Collection of different TLS types, NOTE- Enum at a time only one of them needs to be supported
Constructors
Link copied to clipboard
constructor(certManagerCertificateSpec: Output<CertManagerCertificateSpecArgs>? = null, manual: Output<X509ManualCertificateArgs>? = null, mode: Output<Either<String, TlsCertMethodMode>>)