aws-cdk-lib.aws_mediaconnect.CfnBridgeOutputProps

interface CfnBridgeOutputProps

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

Properties for defining a CfnBridgeOutput.

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

Properties

NameTypeDescription
bridgeArnstringThe ARN of the bridge that you want to describe.
namestringThe network output name.
networkOutputIResolvable | BridgeNetworkOutputPropertyAdd a network output to an existing bridge.

bridgeArn

Type: string

The ARN of the bridge that you want to describe.


name

Type: string

The network output name.

This name is used to reference the output and must be unique among outputs in this bridge.


networkOutput

Type: IResolvable | BridgeNetworkOutputProperty

Add a network output to an existing bridge.