interface BridgeNetworkSourceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaConnect.CfnBridge.BridgeNetworkSourceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnBridge_BridgeNetworkSourceProperty |
![]() | software.amazon.awscdk.services.mediaconnect.CfnBridge.BridgeNetworkSourceProperty |
![]() | aws_cdk.aws_mediaconnect.CfnBridge.BridgeNetworkSourceProperty |
![]() | 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',
// the properties below are optional
multicastSourceSettings: {
multicastSourceIp: 'multicastSourceIp',
},
};
Properties
Name | Type | Description |
---|---|---|
multicast | string | The network source multicast IP. |
name | string | The name of the network source. |
network | string | The network source's gateway network name. |
port | number | The network source port. |
protocol | string | The network source protocol. |
multicast | IResolvable | Multicast | The settings related to the multicast source. |
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.
multicastSourceSettings?
Type:
IResolvable
|
Multicast
(optional)
The settings related to the multicast source.