toggle menu
pulumi-cloudflare-kotlin
4.16.0.2
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
CustomHostnameSslValidationRecord
Custom
Hostname
Ssl
Validation
Record
data
class
CustomHostnameSslValidationRecord
(
val
cnameName
:
String
?
=
null
,
val
cnameTarget
:
String
?
=
null
,
val
emails
:
List
<
String
>
?
=
null
,
val
httpBody
:
String
?
=
null
,
val
httpUrl
:
String
?
=
null
,
val
txtName
:
String
?
=
null
,
val
txtValue
:
String
?
=
null
)
Members
Constructors
Custom
Hostname
Ssl
Validation
Record
Link copied to clipboard
constructor
(
cnameName
:
String
?
=
null
,
cnameTarget
:
String
?
=
null
,
emails
:
List
<
String
>
?
=
null
,
httpBody
:
String
?
=
null
,
httpUrl
:
String
?
=
null
,
txtName
:
String
?
=
null
,
txtValue
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cname
Name
Link copied to clipboard
val
cnameName
:
String
?
=
null
cname
Target
Link copied to clipboard
val
cnameTarget
:
String
?
=
null
emails
Link copied to clipboard
val
emails
:
List
<
String
>
?
=
null
http
Body
Link copied to clipboard
val
httpBody
:
String
?
=
null
http
Url
Link copied to clipboard
val
httpUrl
:
String
?
=
null
txt
Name
Link copied to clipboard
val
txtName
:
String
?
=
null
txt
Value
Link copied to clipboard
val
txtValue
:
String
?
=
null