pulumi-cloudflare-kotlin
4.16.0.1
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
)
Types
Constructors
Properties
Constructors
Custom
Hostname
Ssl
Setting
Link copied to clipboard
fun
CustomHostnameSslSetting
(
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