SslCert

class SslCert : KotlinCustomResource

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.

Properties

Link copied to clipboard
val cert: Output<String>

PEM representation.

Link copied to clipboard

Serial number, as extracted from the certificate.

Link copied to clipboard
val commonName: Output<String>

User supplied name. Constrained to a-zA-Z.-_ +.

Link copied to clipboard
val createTime: Output<String>

The time when the certificate was created in RFC 3339 format, for example 2012-11-15T16:19:00.094Z

Link copied to clipboard
val expirationTime: Output<String>

The time when the certificate expires in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instance: Output<String>
Link copied to clipboard
val kind: Output<String>

This is always sql#sslCert.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val selfLink: Output<String>

The URI of this resource.

Link copied to clipboard
val sha1Fingerprint: Output<String>

Sha1 Fingerprint.

Link copied to clipboard
val urn: Output<String>