toggle menu
pulumi-cloudflare-kotlin
6.2.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
CustomHostnameSslCustomCertBundle
Custom
Hostname
Ssl
Custom
Cert
Bundle
data
class
CustomHostnameSslCustomCertBundle
(
val
customCertificate
:
String
,
val
customKey
:
String
)
Members
Constructors
Custom
Hostname
Ssl
Custom
Cert
Bundle
Link copied to clipboard
constructor
(
customCertificate
:
String
,
customKey
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
custom
Certificate
Link copied to clipboard
val
customCertificate
:
String
If a custom uploaded certificate is used.
custom
Key
Link copied to clipboard
val
customKey
:
String
The key for a custom uploaded certificate.