Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class AuthorizedCertificate : KotlinCustomResource

Uploads the specified SSL certificate. Auto-naming is currently not supported for this resource.

Link copied to clipboard
data class AuthorizedCertificateArgs(val appId: Output<String>? = null, val certificateRawData: Output<CertificateRawDataArgs>? = null, val displayName: Output<String>? = null) : ConvertibleToJava<AuthorizedCertificateArgs>

Uploads the specified SSL certificate. Auto-naming is currently not supported for this resource.

Link copied to clipboard
Link copied to clipboard
class DomainMapping : KotlinCustomResource

Maps a domain to an application. A user must be authorized to administer a domain in order to map it to an application. For a list of available authorized domains, see AuthorizedDomains.ListAuthorizedDomains. Auto-naming is currently not supported for this resource.

Link copied to clipboard
data class DomainMappingArgs(val appId: Output<String>? = null, val id: Output<String>? = null, val noManagedCertificate: Output<Boolean>? = null, val overrideStrategy: Output<String>? = null, val sslSettings: Output<SslSettingsArgs>? = null) : ConvertibleToJava<DomainMappingArgs>

Maps a domain to an application. A user must be authorized to administer a domain in order to map it to an application. For a list of available authorized domains, see AuthorizedDomains.ListAuthorizedDomains. Auto-naming is currently not supported for this resource.

Link copied to clipboard
Link copied to clipboard
object DomainMappingMapper : ResourceMapper<DomainMapping>
Link copied to clipboard

Functions