aws-cdk-lib.aws_mediaconnect.CfnBridge.BridgeNetworkSourceProperty

interface BridgeNetworkSourceProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaConnect.CfnBridge.BridgeNetworkSourceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnBridge_BridgeNetworkSourceProperty
Javasoftware.amazon.awscdk.services.mediaconnect.CfnBridge.BridgeNetworkSourceProperty
Pythonaws_cdk.aws_mediaconnect.CfnBridge.BridgeNetworkSourceProperty
TypeScript aws-cdk-lib » aws_mediaconnect » CfnBridge » BridgeNetworkSourceProperty

The source of the bridge.

A network source originates at your premises.

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 bridgeNetworkSourceProperty: mediaconnect.CfnBridge.BridgeNetworkSourceProperty = {
  multicastIp: 'multicastIp',
  name: 'name',
  networkName: 'networkName',
  port: 123,
  protocol: 'protocol',
};

Properties

NameTypeDescription
multicastIpstringThe network source multicast IP.
namestringThe name of the network source.
networkNamestringThe network source's gateway network name.
portnumberThe network source port.
protocolstringThe network source protocol.

multicastIp

Type: string

The network source multicast IP.


name

Type: string

The name of the network source.

This name is used to reference the source and must be unique among sources in this bridge.


networkName

Type: string

The network source's gateway network name.


port

Type: number

The network source port.


protocol

Type: string

The network source protocol.