toggle menu
pulumi-cloudflare-kotlin
6.2.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
WorkersScriptBindingOutboundWorker
Workers
Script
Binding
Outbound
Worker
data
class
WorkersScriptBindingOutboundWorker
(
val
environment
:
String
?
=
null
,
val
service
:
String
?
=
null
)
Members
Constructors
Workers
Script
Binding
Outbound
Worker
Link copied to clipboard
constructor
(
environment
:
String
?
=
null
,
service
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
environment
Link copied to clipboard
val
environment
:
String
?
=
null
Environment of the outbound worker.
service
Link copied to clipboard
val
service
:
String
?
=
null
Name of the outbound worker.