toggle menu
pulumi-cloudflare-kotlin
4.16.0.2
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
TunnelConfigConfigIngressRule
Tunnel
Config
Config
Ingress
Rule
data
class
TunnelConfigConfigIngressRule
(
val
hostname
:
String
?
=
null
,
val
path
:
String
?
=
null
,
val
service
:
String
)
Members
Constructors
Tunnel
Config
Config
Ingress
Rule
Link copied to clipboard
constructor
(
hostname
:
String
?
=
null
,
path
:
String
?
=
null
,
service
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
hostname
Link copied to clipboard
val
hostname
:
String
?
=
null
path
Link copied to clipboard
val
path
:
String
?
=
null
service
Link copied to clipboard
val
service
:
String