Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Certificate : KotlinCustomResource

Provides a CAS Certificate resource. For information about SSL Certificates Certificate and how to use it, see What is Certificate.

Link copied to clipboard
data class CertificateArgs constructor(val cert: Output<String>? = null, val certificateName: Output<String>? = null, val key: Output<String>? = null, val lang: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<CertificateArgs>

Provides a CAS Certificate resource. For information about SSL Certificates Certificate and how to use it, see What is Certificate.

Link copied to clipboard
Link copied to clipboard
object CertificateMapper : ResourceMapper<Certificate>
Link copied to clipboard
Link copied to clipboard
class ServiceCertificate : KotlinCustomResource

Provides a SSL Certificates Certificate resource. For information about SSL Certificates Certificate and how to use it, see What is Certificate.

Link copied to clipboard
data class ServiceCertificateArgs(val cert: Output<String>? = null, val certificateName: Output<String>? = null, val key: Output<String>? = null, val lang: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<ServiceCertificateArgs>

Provides a SSL Certificates Certificate resource. For information about SSL Certificates Certificate and how to use it, see What is Certificate.

Link copied to clipboard

Functions

Link copied to clipboard
suspend fun certificate(name: String, block: suspend CertificateResourceBuilder.() -> Unit): Certificate