toggle menu
pulumi-cloudflare-kotlin
6.2.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin
/
KeylessCertificateArgs
/
KeylessCertificateArgs
Keyless
Certificate
Args
constructor
(
bundleMethod
:
Output
<
String
>
?
=
null
,
certificate
:
Output
<
String
>
?
=
null
,
enabled
:
Output
<
Boolean
>
?
=
null
,
host
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
port
:
Output
<
Double
>
?
=
null
,
tunnel
:
Output
<
KeylessCertificateTunnelArgs
>
?
=
null
,
zoneId
:
Output
<
String
>
?
=
null
)