Interface CfnBridgeSourcePropsMixin.IMulticastSourceSettingsProperty
The settings related to the multicast source.
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnBridgeSourcePropsMixin.IMulticastSourceSettingsProperty
Syntax (vb)
Public Interface CfnBridgeSourcePropsMixin.IMulticastSourceSettingsProperty
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.Mixins.Preview.AWS.MediaConnect.Mixins;
var multicastSourceSettingsProperty = new MulticastSourceSettingsProperty {
MulticastSourceIp = "multicastSourceIp"
};
Synopsis
Properties
| MulticastSourceIp | The IP address of the source for source-specific multicast (SSM). |
Properties
MulticastSourceIp
The IP address of the source for source-specific multicast (SSM).
string? MulticastSourceIp { get; }