Tls Cert Method Args
data class TlsCertMethodArgs(val automatic: Output<AutomaticCertMethodArgs>? = 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(automatic: Output<AutomaticCertMethodArgs>? = null, manual: Output<X509ManualCertificateArgs>? = null, mode: Output<Either<String, TlsCertMethodMode>>)