interface MulticastSourceSettingsProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.MediaConnect.CfnBridgeSource.MulticastSourceSettingsProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnBridgeSource_MulticastSourceSettingsProperty | 
|  Java | software.amazon.awscdk.services.mediaconnect.CfnBridgeSource.MulticastSourceSettingsProperty | 
|  Python | aws_cdk.aws_mediaconnect.CfnBridgeSource.MulticastSourceSettingsProperty | 
|  TypeScript | aws-cdk-lib»aws_mediaconnect»CfnBridgeSource»MulticastSourceSettingsProperty | 
The settings related to the multicast source.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediaconnect as mediaconnect } from 'aws-cdk-lib';
const multicastSourceSettingsProperty: mediaconnect.CfnBridgeSource.MulticastSourceSettingsProperty = {
  multicastSourceIp: 'multicastSourceIp',
};
Properties
| Name | Type | Description | 
|---|---|---|
| multicast | string | The IP address of the source for source-specific multicast (SSM). | 
multicastSourceIp?
Type:
string
(optional)
The IP address of the source for source-specific multicast (SSM).
