toggle menu
pulumi-cloudflare-kotlin
6.0.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
StreamLiveInputRtmpsPlayback
Stream
Live
Input
Rtmps
Playback
data
class
StreamLiveInputRtmpsPlayback
(
val
streamKey
:
String
?
=
null
,
val
url
:
String
?
=
null
)
Members
Constructors
Stream
Live
Input
Rtmps
Playback
Link copied to clipboard
constructor
(
streamKey
:
String
?
=
null
,
url
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
stream
Key
Link copied to clipboard
val
streamKey
:
String
?
=
null
The secret key to use for playback via RTMPS.
url
Link copied to clipboard
val
url
:
String
?
=
null
The URL used to play live video over RTMPS.