aws-cdk-lib.aws_mediaconnect.CfnBridgeOutput.BridgeNetworkOutputProperty

interface BridgeNetworkOutputProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaConnect.CfnBridgeOutput.BridgeNetworkOutputProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnBridgeOutput_BridgeNetworkOutputProperty
Javasoftware.amazon.awscdk.services.mediaconnect.CfnBridgeOutput.BridgeNetworkOutputProperty
Pythonaws_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

NameTypeDescription
ipAddressstringThe network output IP Address.
networkNamestringThe network output's gateway network name.
portnumberThe network output port.
protocolstringThe network output protocol.
ttlnumberThe 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.