interface BridgeNetworkOutputProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaConnect.CfnBridgeOutput.BridgeNetworkOutputProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnBridgeOutput_BridgeNetworkOutputProperty |
Java | software.amazon.awscdk.services.mediaconnect.CfnBridgeOutput.BridgeNetworkOutputProperty |
Python | aws_cdk.aws_mediaconnect.CfnBridgeOutput.BridgeNetworkOutputProperty |
TypeScript | aws-cdk-lib » aws_mediaconnect » CfnBridgeOutput » BridgeNetworkOutputProperty |
The output of the bridge.
A network output is delivered to 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 bridgeNetworkOutputProperty: mediaconnect.CfnBridgeOutput.BridgeNetworkOutputProperty = {
ipAddress: 'ipAddress',
networkName: 'networkName',
port: 123,
protocol: 'protocol',
ttl: 123,
};
Properties
Name | Type | Description |
---|---|---|
ip | string | The network output IP Address. |
network | string | The network output's gateway network name. |
port | number | The network output port. |
protocol | string | The network output protocol. |
ttl | number | The network output TTL. |
ipAddress
Type:
string
The network output IP Address.
networkName
Type:
string
The network output's gateway network name.
port
Type:
number
The network output port.
protocol
Type:
string
The network output protocol.
ttl
Type:
number
The network output TTL.