toggle menu
pulumi-cloudflare-kotlin
4.16.0.2
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
CustomHostnameSslSetting
Custom
Hostname
Ssl
Setting
data
class
CustomHostnameSslSetting
(
val
ciphers
:
List
<
String
>
?
=
null
,
val
earlyHints
:
String
?
=
null
,
val
http2
:
String
?
=
null
,
val
minTlsVersion
:
String
?
=
null
,
val
tls13
:
String
?
=
null
)
Members
Constructors
Custom
Hostname
Ssl
Setting
Link copied to clipboard
constructor
(
ciphers
:
List
<
String
>
?
=
null
,
earlyHints
:
String
?
=
null
,
http2
:
String
?
=
null
,
minTlsVersion
:
String
?
=
null
,
tls13
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ciphers
Link copied to clipboard
val
ciphers
:
List
<
String
>
?
=
null
early
Hints
Link copied to clipboard
val
earlyHints
:
String
?
=
null
http2
Link copied to clipboard
val
http2
:
String
?
=
null
min
Tls
Version
Link copied to clipboard
val
minTlsVersion
:
String
?
=
null
tls13
Link copied to clipboard
val
tls13
:
String
?
=
null