toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.mediaconnect.kotlin.inputs
/
BridgeOutputArgs
Bridge
Output
Args
data
class
BridgeOutputArgs
(
val
networkOutput
:
Output
<
BridgeNetworkOutputArgs
>
?
=
null
)
:
ConvertibleToJava
<
BridgeOutputArgs
>
The output of the bridge.
Members
Constructors
Bridge
Output
Args
Link copied to clipboard
constructor
(
networkOutput
:
Output
<
BridgeNetworkOutputArgs
>
?
=
null
)
Properties
network
Output
Link copied to clipboard
val
networkOutput
:
Output
<
BridgeNetworkOutputArgs
>
?
=
null
The output of the bridge. A network output is delivered to your premises.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BridgeOutputArgs