Interface CfnBridge.IBridgeNetworkSourceProperty
The source of the bridge.
Namespace: Amazon.CDK.AWS.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBridgeNetworkSourceProperty
Syntax (vb)
Public Interface IBridgeNetworkSourceProperty
Remarks
A network source originates at your premises.
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 bridgeNetworkSourceProperty = new BridgeNetworkSourceProperty {
MulticastIp = "multicastIp",
Name = "name",
NetworkName = "networkName",
Port = 123,
Protocol = "protocol",
// the properties below are optional
MulticastSourceSettings = new MulticastSourceSettingsProperty {
MulticastSourceIp = "multicastSourceIp"
}
};
Synopsis
Properties
Multicast |
The network source multicast IP. |
Multicast |
The settings related to the multicast source. |
Name | The name of the network source. |
Network |
The network source's gateway network name. |
Port | The network source port. |
Protocol | The network source protocol. |
Properties
MulticastIp
The network source multicast IP.
string MulticastIp { get; }
Property Value
System.
Remarks
MulticastSourceSettings
The settings related to the multicast source.
virtual object MulticastSourceSettings { get; }
Property Value
System.
Remarks
Name
The name of the network source.
string Name { get; }
Property Value
System.
Remarks
This name is used to reference the source and must be unique among sources in this bridge.
NetworkName
The network source's gateway network name.
string NetworkName { get; }
Property Value
System.
Remarks
Port
The network source port.
double Port { get; }
Property Value
System.
Remarks
Protocol
The network source protocol.
string Protocol { get; }
Property Value
System.