aws-cdk-lib.aws_mediaconnect.CfnBridge.BridgeOutputProperty

interface BridgeOutputProperty

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

The output of the bridge.

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 bridgeOutputProperty: mediaconnect.CfnBridge.BridgeOutputProperty = {
  networkOutput: {
    ipAddress: 'ipAddress',
    name: 'name',
    networkName: 'networkName',
    port: 123,
    protocol: 'protocol',
    ttl: 123,
  },
};

Properties

NameTypeDescription
networkOutput?IResolvable | BridgeNetworkOutputPropertyThe output of the bridge.

networkOutput?

Type: IResolvable | BridgeNetworkOutputProperty (optional)

The output of the bridge.

A network output is delivered to your premises.