pulumi-aws-native-kotlin
0.82.0.0
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.
Constructors
Functions
Properties
Constructors
Bridge
Output
Args
Link copied to clipboard
fun
BridgeOutputArgs
(
networkOutput
:
Output
<
BridgeNetworkOutputArgs
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BridgeOutputArgs
Properties
network
Output
Link copied to clipboard
val
networkOutput
:
Output
<
BridgeNetworkOutputArgs
>
?
=
null