aws-cdk-lib.aws_mediaconnect.CfnBridge.BridgeNetworkOutputProperty

interface BridgeNetworkOutputProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaConnect.CfnBridge.BridgeNetworkOutputProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnBridge_BridgeNetworkOutputProperty
Javasoftware.amazon.awscdk.services.mediaconnect.CfnBridge.BridgeNetworkOutputProperty
Pythonaws_cdk.aws_mediaconnect.CfnBridge.BridgeNetworkOutputProperty
TypeScript aws-cdk-lib » aws_mediaconnect » CfnBridge » 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.CfnBridge.BridgeNetworkOutputProperty = {
  ipAddress: 'ipAddress',
  name: 'name',
  networkName: 'networkName',
  port: 123,
  protocol: 'protocol',
  ttl: 123,
};

Properties

NameTypeDescription
ipAddressstringThe network output IP Address.
namestringThe network output name.
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.


name

Type: string

The network output name.


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.