toggle menu
pulumi-cloudflare-kotlin
6.0.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
CustomHostnameOwnershipVerification
Custom
Hostname
Ownership
Verification
data
class
CustomHostnameOwnershipVerification
(
val
name
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Members
Constructors
Custom
Hostname
Ownership
Verification
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
type
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
DNS Name for record.
type
Link copied to clipboard
val
type
:
String
?
=
null
DNS Record type. Available values: "txt".
value
Link copied to clipboard
val
value
:
String
?
=
null
Content for the record.