Class CfnBridge.BridgeOutputProperty
The output of the bridge.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class BridgeOutputProperty : Object, CfnBridge.IBridgeOutputProperty
Syntax (vb)
Public Class BridgeOutputProperty
Inherits Object
Implements CfnBridge.IBridgeOutputProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaConnect;
var bridgeOutputProperty = new BridgeOutputProperty {
NetworkOutput = new BridgeNetworkOutputProperty {
IpAddress = "ipAddress",
Name = "name",
NetworkName = "networkName",
Port = 123,
Protocol = "protocol",
Ttl = 123
}
};
Synopsis
Constructors
Bridge |
Properties
Network |
The output of the bridge. |
Constructors
BridgeOutputProperty()
public BridgeOutputProperty()
Properties
NetworkOutput
The output of the bridge.
public object NetworkOutput { get; set; }
Property Value
System.
Remarks
A network output is delivered to your premises.