Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridgesource-multicastsourcesettings.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridgesource-multicastsourcesettings.html#cfn-mediaconnect-bridgesource-multicastsourcesettings-multicastsourceip

Back to top Generated by DocFX