Ssl Cert Args
data class SslCertArgs(val commonName: Output<String>? = null, val instance: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<SslCertArgs>
Creates an SSL certificate and returns it along with the private key and server certificate authority. The new certificate will not be usable until the instance is restarted. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun SslCertArgs(commonName: Output<String>? = null, instance: Output<String>? = null, project: Output<String>? = null)